HttpMethod.Post Özellik

Tanım

URI'ye ek olarak yeni bir varlık göndermek için kullanılan bir HTTP POST protokol yöntemini temsil eder.

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

Özellik Değeri

HTTP POST yöntemi.

Şunlara uygulanır