| Name | Description |
---|
| Parse(Byte) |
Parse the specified input buffer into a new instance of the ContentDisposition class.
|
| Parse(String) |
Parse the specified text into a new instance of the ContentDisposition class.
|
| Parse(Byte, Int32) |
Parse the specified input buffer into a new instance of the ContentDisposition class.
|
| Parse(ParserOptions, Byte) |
Parse the specified input buffer into a new instance of the ContentDisposition class.
|
| Parse(ParserOptions, String) |
Parse the specified text into a new instance of the ContentDisposition class.
|
| Parse(Byte, Int32, Int32) |
Parse the specified input buffer into a new instance of the ContentDisposition class.
|
| Parse(ParserOptions, Byte, Int32) |
Parse the specified input buffer into a new instance of the ContentDisposition class.
|
| Parse(ParserOptions, Byte, Int32, Int32) |
Parse the specified input buffer into a new instance of the ContentDisposition class.
|