C# Class Levelnis.Learning.UsingDataTablesWithWebApi.Infrastructure.BrowserJsonFormatter

Inheritance: JsonMediaTypeFormatter
显示文件 Open project: levelnis/usingdatatableswithwebapi

Public Methods

Method Description
BrowserJsonFormatter ( ) : System
SetDefaultContentHeaders ( Type type, HttpContentHeaders headers, MediaTypeHeaderValue mediaType ) : void

Method Details

BrowserJsonFormatter() public method

public BrowserJsonFormatter ( ) : System
return System

SetDefaultContentHeaders() public method

public SetDefaultContentHeaders ( Type type, HttpContentHeaders headers, MediaTypeHeaderValue mediaType ) : void
type Type
headers HttpContentHeaders
mediaType MediaTypeHeaderValue
return void