Interface IFile
- Namespace
- AngleSharp.Io.Dom
- Assembly
- AngleSharp.dll
Represents a concrete file. http://dev.w3.org/2006/webapi/FileAPI/#dfn-file
[DomName("File")]
public interface IFile : IBlob, IDisposable
- Inherited Members
- Extension Methods
Properties
LastModified
Gets the last modified date of the file.
[DomName("lastModified")]
DateTime LastModified { get; }
Property Value
Name
Gets the file's name.
[DomName("name")]
string Name { get; }