Udostępnij za pośrednictwem


HttpHandlerAction.Path Właściwość

Definicja

Pobiera lub ustawia ścieżkę HttpHandlerAction .

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

Wartość właściwości

String

Ścieżka HttpHandlerAction adresu URL.

Atrybuty

Przykłady

Poniższy przykład kodu pokazuje, jak uzyskać dostęp do Path właściwości.

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

Uwagi

Właściwość Path może zawierać pojedynczy adres URL lub ciąg wieloznaczny.

Dotyczy