HttpMethod.Method Proprietà

Definizione

Ottiene il metodo HTTP.

public:
 property Platform::String ^ Method { Platform::String ^ get(); };
winrt::hstring Method();
public string Method { get; }
var string = httpMethod.method;
Public ReadOnly Property Method As String

Valore della proprietà

String

Platform::String

winrt::hstring

Un metodo HTTP rappresentato come String.

Si applica a