Condividi tramite


Proprietà WebFileProperties.URL

Ottiene l'URL del file.

Spazio dei nomi:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Sintassi

'Dichiarazione
ReadOnly Property URL As String
    Get
string URL { get; }
property String^ URL {
    String^ get ();
}
abstract URL : string
function get URL () : String

Valore proprietà

Tipo: System.String
Stringa che contiene l'URL del file.

Note

L'URL è basato su quello utilizzato per aprire il sito Web. Per i siti Web su disco, questa proprietà restituisce il percorso preceduto da "file:///".

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebFileProperties Interfaccia

Spazio dei nomi VsWebSite