Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the matched media type.
Namespace: System.Net.Http.Formatting
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Public Property MediaType As MediaTypeHeaderValue
Get
Private Set
'Usage
Dim instance As MediaTypeFormatterMatch
Dim value As MediaTypeHeaderValue
value = instance.MediaType
public MediaTypeHeaderValue MediaType { get; private set; }
public:
property MediaTypeHeaderValue^ MediaType {
MediaTypeHeaderValue^ get ();
private: void set (MediaTypeHeaderValue^ value);
}
member MediaType : MediaTypeHeaderValue with get, private set
function get MediaType () : MediaTypeHeaderValue
private function set MediaType (value : MediaTypeHeaderValue)
Property Value
Type: MediaTypeHeaderValue