Class ContentTypeSubtype
Names of Content type attribute subtypes.
Inheritance
System.Object
ContentTypeSubtype
Namespace: Syncfusion.MIME
Assembly: Syncfusion.MIME.Base.dll
Syntax
public sealed class ContentTypeSubtype : Object
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 |