ClassFileTemplateContextBase<TFileInfo>
Class
Provides the context for the FileTemplate, encapsulating information about a specific file.
Definition
Namespace:Telerik.Blazor.Components.Common.Upload
Assembly:Telerik.Blazor.dll
Type Parameters:
TFileInfo
Syntax:
cs-api-definition
public class FileTemplateContextBase<TFileInfo> where TFileInfo : FileInfoBase
Inheritance: objectFileTemplateContextBase<TFileInfo>
Derived Classes:
Constructors
FileTemplateContextBase()
Declaration
cs-api-definition
public FileTemplateContextBase()
Properties
File
The file information associated with the current instance being rendered.
Declaration
cs-api-definition
public TFileInfo File { get; set; }
Property Value
TFileInfo