RequestMessageMethod Property |
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public HttpMethod Method { get; set; }
Public Property Method As HttpMethod
Get
Set
public:
property HttpMethod^ Method {
HttpMethod^ get ();
void set (HttpMethod^ value);
}
member Method : HttpMethod with get, set
Property Value
Type:
HttpMethod
The
HttpMethod.
See Also