Interface IFileUrl
Interface for file URL representation.
public interface IFileUrl
- Extension Methods
Properties
IsImage
Indicates if the file represents an image.
bool IsImage { get; }
Property Value
- bool
QueryStringParameters
Collection of query string parameters to be appended to RelativePath.
NameValueCollection QueryStringParameters { get; }
Property Value
- NameValueCollection
RelativePath
Relative path (starting with ~/) of the file.
string RelativePath { get; }
Property Value
- string