You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Welcome @Model.Name,</p><p>Please confirm your email by <ahref='@Model.ConfirmUrl'>clicking here</a>.</p><p>If you prefer you can copy and paste this link into your browser of choice.</p><br/><p>@Model.ConfirmUrl</p><br/>
@code {
[Parameter] public ConfirmUserEmailViewModel Model { get; set; }
}
What am I doing wrong?
TIA
The text was updated successfully, but these errors were encountered:
Hello,
I am unable to figure out why I am getting a CS7036 on even the most basic model when using the Fluent Set.
Here is my model:
Here is my razor:
What am I doing wrong?
TIA
The text was updated successfully, but these errors were encountered: