HttpHandlerAction.Path Egenskap

Definition

Hämtar eller anger HttpHandlerAction sökvägen.

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

Egenskapsvärde

HttpHandlerAction URL-sökvägen.

Attribut

Exempel

Följande kodexempel visar hur du kommer åt egenskapen Path .

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

Kommentarer

Egenskapen Path kan innehålla antingen en enskild URL eller en jokerteckensträng.

Gäller för