Поделиться через


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

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

HttpHandlerAction Путь URL-адреса.

Атрибуты

Примеры

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

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

Комментарии

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

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