C# 클래스 System.Net.Mime.ContentType

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
ContentType ( )
ContentType ( string contentType )
Equals ( object rparam ) : bool
GetHashCode ( ) : int
ToString ( ) : string

메소드 상세

ContentType() 공개 메소드

public ContentType ( )

ContentType() 공개 메소드

public ContentType ( string contentType )
contentType string

Equals() 공개 메소드

public Equals ( object rparam ) : bool
rparam object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string