Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the URL of the folder.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property URL As String
string URL { get; }
property String^ URL {
String^ get ();
}
abstract URL : string with get
function get URL () : 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:///".
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.