Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an HTTP POST protocol method that is used to post a new entity as an addition to a URI.
Namespace: System.Net.Http
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Post As HttpMethod
Get
'Usage
Dim value As HttpMethod
value = HttpMethod.Post
public static HttpMethod Post { get; }
public:
static property HttpMethod^ Post {
HttpMethod^ get ();
}
static member Post : HttpMethod
static function get Post () : HttpMethod
Property Value
Type: System.Net.Http.HttpMethod