Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class PreviewFileInfo

    Represents the preview which RadzenUpload displays for selected files.

    Inheritance
    System.Object
    FileInfo
    PreviewFileInfo
    Inherited Members
    FileInfo.Name
    FileInfo.Size
    FileInfo.Source
    FileInfo.LastModified
    FileInfo.ContentType
    FileInfo.OpenReadStream(Int64, CancellationToken)
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class PreviewFileInfo : FileInfo

    Constructors

    PreviewFileInfo()

    Initializes a new, empty instance of PreviewFileInfo.

    Declaration
    public PreviewFileInfo()

    PreviewFileInfo(IBrowserFile)

    Initializes a new instance of PreviewFileInfo from a browser file.

    Declaration
    public PreviewFileInfo(IBrowserFile files)
    Parameters
    Type Name Description
    IBrowserFile files

    Properties

    Url

    Gets the URL of the previewed file.

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT