Aracılığıyla paylaş


HttpHandlerAction.Path Özellik

Tanım

Yolu alır veya ayarlar 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

Özellik Değeri

String

HttpHandlerAction URL yolu.

Öznitelikler

Örnekler

Aşağıdaki kod örneği özelliğine nasıl erişeceklerini Path gösterir.

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

Açıklamalar

Path özelliği tek bir URL veya joker karakter dizesi içerebilir.

Şunlara uygulanır