This topic has not yet been rated - Rate this topic

MediaTypeFormatterExtensions.AddUriPathExtensionMapping Method (MediaTypeFormatter, String, String)

Updates the given formatter's set of MediaTypeMapping elements so that it associates the mediaType with Uris ending with the given uriPathExtension.

Namespace:  System.Net.Http.Formatting
Assembly:  System.Web.Http (in System.Web.Http.dll)
public static void AddUriPathExtensionMapping(
	this MediaTypeFormatter formatter,
	string uriPathExtension,
	string mediaType
)

Parameters

formatter
Type: System.Net.Http.Formatting.MediaTypeFormatter
The MediaTypeFormatter to receive the new UriPathExtensionMapping item.
uriPathExtension
Type: System.String
The string of the Uri path extension.
mediaType
Type: System.String
The string media type to associate with Uris ending with uriPathExtension.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type MediaTypeFormatter. When you use instance method syntax to call this method, omit the first parameter. For more information, see http://msdn.microsoft.com/en-us/library/bb384936(v=vs.108).aspx or http://msdn.microsoft.com/en-us/library/bb383977(v=vs.108).aspx.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.