LANCommander/LANCommander.Server/UI/Components/PdfReaderDialog.razor
2024-08-04 18:44:33 -05:00

8 lines
214 B
Text

@inherits FeedbackComponent<Media>
@inject MediaService MediaService
<BootstrapBlazor.Components.PdfReader FileName="@($"/api/Media/{Options.Id}/Download?fileId={Options.FileId}")" Height="100%" />
@code {
}