HttpHandlerAction.Path Eigenschap

Definitie

Hiermee haalt u het pad op of stelt u het HttpHandlerAction in.

public:
 property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("path", IsKey=true, IsRequired=true)]
public string Path { get; set; }
[<System.Configuration.ConfigurationProperty("path", IsKey=true, IsRequired=true)>]
member this.Path : string with get, set
Public Property Path As String

Waarde van eigenschap

Het HttpHandlerAction URL-pad.

Kenmerken

Voorbeelden

In het volgende codevoorbeeld ziet u hoe u toegang hebt tot de Path eigenschap.

// Change the Path for the HttpHandlerAction.
httpHandler.Path = "Calculator.custom";
' Change the Path for the HttpHandlerAction.
httpHandler.Path = "Calculator.custom"

Opmerkingen

De Path eigenschap kan één URL of een jokertekenreeks bevatten.

Van toepassing op