C# 클래스 SilverlightFX.UserInterface.Navigation.UriData

파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 메소드들

메소드 설명
GetPath ( ) : IList
GetQueryString ( ) : string>.IDictionary
GetUri ( ) : Uri
SetFragment ( string fragment ) : void
TryGetFragment ( string &fragment ) : bool
UriData ( Uri originalUri ) : System

메소드 상세

GetPath() 공개 메소드

public GetPath ( ) : IList
리턴 IList

GetQueryString() 공개 메소드

public GetQueryString ( ) : string>.IDictionary
리턴 string>.IDictionary

GetUri() 공개 메소드

public GetUri ( ) : Uri
리턴 System.Uri

SetFragment() 공개 메소드

public SetFragment ( string fragment ) : void
fragment string
리턴 void

TryGetFragment() 공개 메소드

public TryGetFragment ( string &fragment ) : bool
fragment string
리턴 bool

UriData() 공개 메소드

public UriData ( Uri originalUri ) : System
originalUri System.Uri
리턴 System