Share via


WebFolderProperties.URL Property

 

Gets the URL of the folder.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

string URL { get; }
property String^ URL {
    String^ get();
}
abstract URL : string with get
ReadOnly Property URL As String

Property Value

Type: System.String

A string containing the URL of the folder.

Remarks

The URL is based on the opened URL. For disk Web sites, this property returns the path prefixed with "file:///".

See Also

WebFolderProperties Interface
VsWebSite Namespace

Return to top