Parses a content type header value
Source position: httpdefs.pp line 395
public class function THTTPHeader.ParseContentType( |
const AContentType: string; |
Parameters: TStrings |
):string; |
AContentType |
|
Content type string to parse |
Parameters |
|
String list to receive content type parameters |
Main content type without parameters
ParseContentType analyzes a Content-Type header value and extracts the main type and parameters. This utility method helps process content type information from HTTP headers.