Table of Contents

Interface IFile

Namespace
AngleSharp.Io.Dom
Assembly
AngleSharp.dll
[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

DateTime

Name

Gets the file's name.

[DomName("name")]
string Name { get; }

Property Value

string