Show / Hide Table of Contents

Class MediaTypeNames.Application

The application group.

Inheritance
System.Object
MediaTypeNames.Application
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Net.Mime
Assembly: Kephas.Core.dll
Syntax
public static class Application

Fields

| Improve this Doc View Source

Json

The JSON media type.

Declaration
public const string Json = "application/json"
Field Value
Type Description
System.String
| Improve this Doc View Source

Xml

The XML media type.

Declaration
public const string Xml = "application/xml"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX