You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
327 B
12 lines
327 B
@page "/edit/{Id:int}"
|
|
|
|
<h3>Edit</h3>
|
|
|
|
<div>My paremeter: @Id</div>
|
|
|
|
<p>
|
|
<label>
|
|
Current Item image:
|
|
<img src="data:image/png;base64, @(itemModel.ImageBase64)" class="img-thumbnail" title="@itemModel.DisplayName" alt="@itemModel.DisplayName" style="min-width: 50px; max-width: 150px" />
|
|
</label>
|
|
</p> |