Class ContentTypeSubtype
Names of Content type attribute subtypes.
Inheritance
System.Object
ContentTypeSubtype
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: Syncfusion.MIME
Assembly: Syncfusion.MIME.Base.dll
Syntax
public sealed class ContentTypeSubtype
Constructors
ContentTypeSubtype()
Declaration
public ContentTypeSubtype()
Fields
Buond
Bound.
Declaration
public const string Buond = "boundary"
Field Value
Type |
---|
System.String |
Charset
Charset.
Declaration
public const string Charset = "charset"
Field Value
Type |
---|
System.String |
Name
Name.
Declaration
public const string Name = "name"
Field Value
Type |
---|
System.String |
SMime
smime-type.
Declaration
public const string SMime = "smime-type"
Field Value
Type |
---|
System.String |
Type
type.
Declaration
public const string Type = "type"
Field Value
Type |
---|
System.String |