HttpMethod.Post Egenskap

Definition

Representerar en HTTP POST-protokollmetod som används för att publicera en ny entitet som ett tillägg till en URI.

public:
 static property System::Net::Http::HttpMethod ^ Post { System::Net::Http::HttpMethod ^ get(); };
public static System.Net.Http.HttpMethod Post { get; }
static member Post : System.Net.Http.HttpMethod
Public Shared ReadOnly Property Post As HttpMethod

Egenskapsvärde

HTTP POST-metoden.

Gäller för