1/1 페이지 열람 중
https://stackoverflow.com/questions/61115129/blazor-button-onclick-function-submitting-form<button type="button" class="rz-html-editor-button" @onclick=@OnExecute></button>HTML from 안에서 <button> 기본타입은 submit 임 ---> 따라서, 별도 폼안에서 button 사용할때는type="button…
[cshtml 페이지에 파라미터 넘겨주기] - ForgotPassword.cshtml.cs returnRedirectToPage("./ForgotPasswordConfirmation",new{email=Input.Email}); [위에서 넘겨준 파라미터 받기]- ForgotPasswordConfirmation.cshtml.cs[AllowAnonymous]publicclassForgotPasswordConfirmation:PageModel{publicvoidOnGet(){ViewData["ema…