FeedResourceRequest.Method Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
Valore stringa che può essere "GET", "PUT" o "UPDATE".