Click or drag to resize

HtmlWebGetExtensionForContentType Method

Gets the path extension for a given MIME content type.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.2.0.0 (4.2.0.0)
Syntax
public static string GetExtensionForContentType(
	string contentType,
	string def
)

Parameters

contentType
Type: SystemString
The input MIME content type.
def
Type: SystemString
The default path extension to return if any error occurs.

Return Value

Type: String
The MIME content type's path extension.
See Also