Compartir a través de


FeedResourceRequest.Method Propiedad

Definición

Obtiene el método HTTP de la solicitud de recurso de fuente.

public:
 property Platform::String ^ Method { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Method();

void Method(winrt::hstring value);
public string Method { get; set; }
var string = feedResourceRequest.method;
feedResourceRequest.method = string;
Public Property Method As String

Valor de propiedad

String

Platform::String

winrt::hstring

Valor de cadena que puede ser "GET", "PUT" o "UPDATE".

Se aplica a