C# Class System.Net.Mime.ContentType

显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
ContentType ( )
ContentType ( string contentType )
Equals ( object rparam ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

ContentType() public method

public ContentType ( )

ContentType() public method

public ContentType ( string contentType )
contentType string

Equals() public method

public Equals ( object rparam ) : bool
rparam object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string