C# Class Headless.DefaultPageContentTypeResolver

The DefaultPageContentTypeResolver class provides the default implementation for resolving page content types.
Inheritance: IPageContentTypeResolver
显示文件 Open project: roryprimrose/Headless Class Usage Examples

Public Methods

Method Description
DeterminePageType ( string mediaType ) : PageContentType

Method Details

DeterminePageType() public method

/// The parameter is null. ///
public DeterminePageType ( string mediaType ) : PageContentType
mediaType string
return PageContentType