Share via


Url.IsFile Property

Definition

Determines whether the URL represents a file (as opposed to an HTTP location).

public:
 property bool IsFile { bool get(); };
public:
 property bool IsFile { bool get(); };
public bool IsFile { get; }
member this.IsFile : bool
Public ReadOnly Property IsFile As Boolean

Property Value

true if the URL represents a file; otherwise, false.

Applies to