New to Telerik UI for BlazorStart a free 30-day trial

Provides the context for the FileInfoTemplate, encapsulating information about a specific file.

Definition

Namespace:Telerik.Blazor.Components.Common.Upload

Assembly:Telerik.Blazor.dll

Type Parameters:

TFileInfo

Syntax:

C#
public class FileInfoTemplateContextBase<TFileInfo> where TFileInfo : FileInfoBase

Inheritance: objectFileInfoTemplateContextBase<TFileInfo>

Derived Classes: FileSelectFileInfoTemplateContextUploadFileInfoTemplateContext

Constructors

C#
public FileInfoTemplateContextBase()

Properties

File

TFileInfo

The file information associated with the current instance being rendered.

C#
public TFileInfo File { get; set; }