HttpHandlerAction.Path Proprietà

Definizione

Ottiene o imposta il percorso di 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

Valore della proprietà

Percorso URL di HttpHandlerAction.

Attributi

Esempio

Nell'esempio di codice seguente viene illustrato come accedere alla proprietà Path.

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

Commenti

La Path proprietà può contenere un singolo URL o una stringa con caratteri jolly.

Si applica a