RequestMessageMethod Property
Gets or sets the HttpMethod.

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public HttpMethod Method { get; set; }

Property Value

Type: HttpMethod
The HttpMethod.
See Also