Share via


HttpHandlerAction.Path Vlastnost

Definice

Získá nebo nastaví HttpHandlerAction cestu.

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

Hodnota vlastnosti

Cesta HttpHandlerAction URL.

Atributy

Příklady

Následující příklad kódu ukazuje, jak získat přístup Path k vlastnosti.

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

Poznámky

Vlastnost Path může obsahovat jednu adresu URL nebo řetězec se zástupným znakem.

Platí pro