[Missing <summary> documentation for "M:White_Tiger.JsonContentTypeMapper.GetMessageFormatForContentType(System.String)"]

Namespace: White_Tiger
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

Syntax

C#
public override WebContentFormat GetMessageFormatForContentType(
	string contentType
)
Visual Basic
Public Overrides Function GetMessageFormatForContentType ( 
	contentType As String
) As WebContentFormat
Visual C++
public:
virtual WebContentFormat GetMessageFormatForContentType(
	String^ contentType
) override

Parameters

contentType
Type: System..::..String

[Missing <param name="contentType"/> documentation for "M:White_Tiger.JsonContentTypeMapper.GetMessageFormatForContentType(System.String)"]

Return Value

Type: WebContentFormat

[Missing <returns> documentation for "M:White_Tiger.JsonContentTypeMapper.GetMessageFormatForContentType(System.String)"]

See Also