Package | Description |
---|---|
com.aspose.html.forms | |
com.aspose.html.net |
Modifier and Type | Method and Description |
---|---|
HttpMethod |
FormEditor.getMethod() |
HttpMethod |
FormSubmitter.getMethod() |
Modifier and Type | Method and Description |
---|---|
void |
FormEditor.setMethod(HttpMethod value) |
void |
FormSubmitter.setMethod(HttpMethod value) |
Modifier and Type | Method and Description |
---|---|
static HttpMethod |
HttpMethod.getDelete()
Represents an HTTP DELETE protocol method.
|
static HttpMethod |
HttpMethod.getGet()
Represents an HTTP GET protocol method.
|
HttpMethod |
RequestMessage.getMethod()
Gets or sets the
HttpMethod . |
static HttpMethod |
HttpMethod.getPost()
Represents an HTTP POST protocol method.
|
static HttpMethod |
HttpMethod.getPut()
Represents an HTTP PUT protocol method.
|
static HttpMethod |
HttpMethod.to_HttpMethod(String name)
Performs an explicit conversion from
String to HttpMethod . |
Modifier and Type | Method and Description |
---|---|
boolean |
HttpMethod.equals(HttpMethod other)
Indicates whether the current object is equal to another object of the same type.
|
static boolean |
HttpMethod.op_Equality(HttpMethod left,
HttpMethod right)
Implements the equality operator.
|
static boolean |
HttpMethod.op_Inequality(HttpMethod left,
HttpMethod right)
Implements the equality operator.
|
void |
RequestMessage.setMethod(HttpMethod value)
Gets or sets the
HttpMethod . |