8 lines
129 B
Text
8 lines
129 B
Text
|
|
<p>
|
||
|
|
@Content
|
||
|
|
</p>
|
||
|
|
|
||
|
|
@code {
|
||
|
|
[Parameter] public Guid Id { get; set; }
|
||
|
|
[Parameter] public string Content { get; set; }
|
||
|
|
}
|