Skip to content

HtmlMediaTypeViewFormatter

Jordan Gray edited this page Feb 4, 2014 · 1 revision

Project page: WebApiContrib.Formatting.Html

A MediaTypeFormatter that produces HTML content.

Parameters

The following parameters can be used to provide information about the resolution and generation of views:

siteRootPath

The physical or virtual root path for resolution of view templates.

viewLocator

The view locator to use for retrieval of view templates.

viewParser

The view parser to use for generation of views from view templates.