Share via


HttpHandlerAction.Path Propriété

Définition

Obtient ou définit le chemin d'accès 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

Valeur de propriété

Chemin d'accès d'URL HttpHandlerAction.

Attributs

Exemples

L'exemple de code suivant illustre l'accès à la propriété Path.

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

Remarques

La Path propriété peut contenir une SEULE URL ou une chaîne générique.

S’applique à