HttpHandlerAction.Path Propriedade

Definição

Percebe ou define o HttpHandlerAction caminho.

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

Valor de Propriedade

O HttpHandlerAction caminho da URL.

Atributos

Exemplos

O seguinte exemplo de código mostra como aceder à Path propriedade.

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

Observações

A Path propriedade pode conter uma única URL ou uma cadeia de coringa.

Aplica-se a