HttpHandlerAction.Path Свойство

Определение

Возвращает или задает путь 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

Значение свойства

String

URL-путь HttpHandlerAction.

Атрибуты

Примеры

В следующем примере кода показано, как осуществляется доступ к свойству Path.

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

Комментарии

Свойство Path может содержать один URL-адрес или строку с подстановочными знаками.

Применяется к