HttpRequestWrapper.HttpMethod Propiedad

Definición

Obtiene el método de transferencia de datos HTTP (como GET, POST o HEAD) usado por el cliente.

public:
 virtual property System::String ^ HttpMethod { System::String ^ get(); };
public override string HttpMethod { get; }
member this.HttpMethod : string
Public Overrides ReadOnly Property HttpMethod As String

Valor de propiedad

Método de transferencia de datos HTTP usado por el cliente.

Se aplica a