Interface IFile
public interface IFile
- Extension Methods
Properties
Base64String
string? Base64String { get; }
Property Value
Content
Stream? Content { get; }
Property Value
Name
string Name { get; }
Property Value
Type
string Type { get; }
Property Value
Uri
Uri? Uri { get; }
Property Value
- Uri