Parses ContentDisposition_enum from Content-Disposition: header field value.
| C# | Visual Basic | Managed C++ |
public static ContentDisposition_enum ParseContentDisposition ( string headerFieldValue )
Public Shared Function ParseContentDisposition ( _ headerFieldValue As String _ ) As ContentDisposition_enum
public: static ContentDisposition_enum ParseContentDisposition ( String^ headerFieldValue )
- headerFieldValue (String)
- Content-Disposition: header field value. This value can be null, then ContentDisposition_enum.NotSpecified.
[Missing <returns> documentation for M:LumiSoft.Net.Mime.MimeUtils.ParseContentDisposition(System.String)]
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)