Partager 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 de l’URL HttpHandlerAction .

Attributs

Exemples

L’exemple de code suivant montre comment accéder à la Path propriété.

// 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 URL unique ou une chaîne générique.

S’applique à