C# 클래스 System.Html.URL

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

Private Properties

프로퍼티 타입 설명
URL System.Html.Media

공개 메소드들

메소드 설명
CreateObjectURL ( Blob blob ) : string
CreateObjectURL ( Blob blob, ObjectUrlOptions options ) : string
CreateObjectURL ( MediaSource source ) : string
CreateObjectURL ( MediaSource source, ObjectUrlOptions options ) : string
CreateObjectURL ( MediaStream stream ) : string
CreateObjectURL ( MediaStream stream, ObjectUrlOptions options ) : string
RevokeObjectURL ( string url ) : void
URL ( string url ) : System.Html.Media
URL ( string url, URL @base ) : System.Html.Media
URL ( string url, string @base ) : System.Html.Media

비공개 메소드들

메소드 설명
URL ( ) : System.Html.Media

메소드 상세

CreateObjectURL() 공개 정적인 메소드

public static CreateObjectURL ( Blob blob ) : string
blob System.IO.Blob
리턴 string

CreateObjectURL() 공개 정적인 메소드

public static CreateObjectURL ( Blob blob, ObjectUrlOptions options ) : string
blob System.IO.Blob
options ObjectUrlOptions
리턴 string

CreateObjectURL() 공개 정적인 메소드

public static CreateObjectURL ( MediaSource source ) : string
source System.Media.Source.MediaSource
리턴 string

CreateObjectURL() 공개 정적인 메소드

public static CreateObjectURL ( MediaSource source, ObjectUrlOptions options ) : string
source System.Media.Source.MediaSource
options ObjectUrlOptions
리턴 string

CreateObjectURL() 공개 정적인 메소드

public static CreateObjectURL ( MediaStream stream ) : string
stream System.Html.Media.MediaStream
리턴 string

CreateObjectURL() 공개 정적인 메소드

public static CreateObjectURL ( MediaStream stream, ObjectUrlOptions options ) : string
stream System.Html.Media.MediaStream
options ObjectUrlOptions
리턴 string

RevokeObjectURL() 공개 정적인 메소드

public static RevokeObjectURL ( string url ) : void
url string
리턴 void

URL() 공개 메소드

public URL ( string url ) : System.Html.Media
url string
리턴 System.Html.Media

URL() 공개 메소드

public URL ( string url, URL @base ) : System.Html.Media
url string
@base URL
리턴 System.Html.Media

URL() 공개 메소드

public URL ( string url, string @base ) : System.Html.Media
url string
@base string
리턴 System.Html.Media