C# 클래스 SendGrid.Net.Mail.AlternateView

상속: AttachmentBase
파일 보기 프로젝트 열기: advancedrei/sendgridplus-csharp 1 사용 예제들

공개 메소드들

메소드 설명
AlternateView ( Stream contentStream ) : System
AlternateView ( Stream contentStream, ContentType contentType ) : System
AlternateView ( Stream contentStream, string mediaType ) : System
AlternateView ( string fileName ) : System
AlternateView ( string fileName, ContentType contentType ) : System
AlternateView ( string fileName, string mediaType ) : System
CreateAlternateViewFromString ( string content ) : AlternateView
CreateAlternateViewFromString ( string content, ContentType contentType ) : AlternateView
CreateAlternateViewFromString ( string content, Encoding encoding, string mediaType ) : AlternateView

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

AlternateView() 공개 메소드

public AlternateView ( Stream contentStream ) : System
contentStream Stream
리턴 System

AlternateView() 공개 메소드

public AlternateView ( Stream contentStream, ContentType contentType ) : System
contentStream Stream
contentType SendGrid.Net.Mime.ContentType
리턴 System

AlternateView() 공개 메소드

public AlternateView ( Stream contentStream, string mediaType ) : System
contentStream Stream
mediaType string
리턴 System

AlternateView() 공개 메소드

public AlternateView ( string fileName ) : System
fileName string
리턴 System

AlternateView() 공개 메소드

public AlternateView ( string fileName, ContentType contentType ) : System
fileName string
contentType SendGrid.Net.Mime.ContentType
리턴 System

AlternateView() 공개 메소드

public AlternateView ( string fileName, string mediaType ) : System
fileName string
mediaType string
리턴 System

CreateAlternateViewFromString() 공개 정적인 메소드

public static CreateAlternateViewFromString ( string content ) : AlternateView
content string
리턴 AlternateView

CreateAlternateViewFromString() 공개 정적인 메소드

public static CreateAlternateViewFromString ( string content, ContentType contentType ) : AlternateView
content string
contentType SendGrid.Net.Mime.ContentType
리턴 AlternateView

CreateAlternateViewFromString() 공개 정적인 메소드

public static CreateAlternateViewFromString ( string content, Encoding encoding, string mediaType ) : AlternateView
content string
encoding System.Text.Encoding
mediaType string
리턴 AlternateView

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void