HttpConfigurationContext.VirtualPath Eigenschap

Definitie

Hiermee haalt u het virtuele pad naar het Web.config configuratiebestand op.

public:
 property System::String ^ VirtualPath { System::String ^ get(); };
public string VirtualPath { get; }
member this.VirtualPath : string
Public ReadOnly Property VirtualPath As String

Waarde van eigenschap

Het virtuele pad naar het Web.config-bestand. Null bij het evalueren van Machine.config; een lege tekenreeks ("") bij het evalueren van het hoofdbestand Web.config voor de site.

Van toepassing op