Freigeben über


HttpHandlerAction.Path Eigenschaft

Definition

Ruft den Pfad ab oder legt den HttpHandlerAction Pfad fest.

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

Eigenschaftswert

Der HttpHandlerAction URL-Pfad.

Attribute

Beispiele

Das folgende Codebeispiel zeigt, wie Sie auf die Path Eigenschaft zugreifen.

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

Hinweise

Die Path Eigenschaft kann entweder eine einzelne URL oder eine Wildcardzeichenfolge enthalten.

Gilt für: