Represents the preview which RadzenUpload displays for selected files.
Forms.IBrowserFile
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class PreviewFileInfo : FileInfo, Forms.IBrowserFileInitializes a new instance of PreviewFileInfo from a browser file.
public PreviewFileInfo(Forms.IBrowserFile files)
| Type | Name | Description |
|---|---|---|
| Forms.IBrowserFile | files | The browser file. |
Initializes a new instance of PreviewFileInfo from a browser file.
public PreviewFileInfo()Gets the URL of the previewed file.
public string Url { get; set; }
| Type | Description |
|---|---|
| string | Gets the URL of the previewed file. |