Condividi tramite


FeedResourceRequest.Method Proprietà

Definizione

Ottiene il metodo HTTP della richiesta di risorsa del feed.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Valore stringa che può essere "GET", "PUT" o "UPDATE".

Si applica a