8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
@implements IFileDisplayComponent
|
|
<h3>FileDisplayImage</h3>
|
|
|
|
@code {
|
|
[Parameter]
|
|
public required FilePathListing FilePath { get; set; }
|
|
}
|