Package | Description |
---|---|
com.aspose.html.net.headers |
Modifier and Type | Class and Description |
---|---|
class |
ContentTypeHeaderValue
Represents a Content-Type header value.
|
Modifier and Type | Method and Description |
---|---|
static NameValueHeaderValue |
NameValueHeaderValue.find(com.aspose.html.internal.ms.System.Collections.Generic.List<NameValueHeaderValue> values,
String name) |
Modifier and Type | Method and Description |
---|---|
com.aspose.html.internal.ms.System.Collections.Generic.IGenericCollection<NameValueHeaderValue> |
ContentDispositionHeaderValue.getParameters()
Get collection of paremeters
Value:
The parameters.
|
Modifier and Type | Method and Description |
---|---|
static NameValueHeaderValue |
NameValueHeaderValue.find(com.aspose.html.internal.ms.System.Collections.Generic.List<NameValueHeaderValue> values,
String name) |
static void |
NameValueHeaderValue.toString(com.aspose.html.internal.ms.System.Collections.Generic.List<NameValueHeaderValue> values,
char separator,
boolean leadingSeparator,
com.aspose.html.internal.ms.System.Text.msStringBuilder destination) |