parse


Description:

public static ContentDisposition parse (ParserOptions? options, string str)

Parses the input string into a ContentDisposition object.

Parameters:

options

a ParserOptions or null

str

Content-Disposition field value

Returns:

a new ContentDisposition object.