Skip to content

Commit

Permalink
Update email-address.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcemarc authored Feb 9, 2024
1 parent 6381415 commit 8d8b40d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ The Email Address Property Editor does not come with any further configuration.
```csharp
@if (!string.IsNullOrWhiteSpace(Model.Email))
{
var emailAddress = Model.Email;
<p>@emailAddress</p>
<p>@Model.Email</p>
}
```

Expand Down

0 comments on commit 8d8b40d

Please sign in to comment.