C# 클래스 Tapas.MvcClient.ContentService

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

공개 메소드들

메소드 설명
ContentById ( int id ) : PortableNode
ContentByUrl ( string url ) : PortableNode
ContentService ( string remoteUrl, string url = "/" ) : System
InitializeCurrent ( string remoteUrl ) : void
LoadContent ( string url ) : void

메소드 상세

ContentById() 공개 메소드

public ContentById ( int id ) : PortableNode
id int
리턴 Tapas.PortableNode

ContentByUrl() 공개 메소드

public ContentByUrl ( string url ) : PortableNode
url string
리턴 Tapas.PortableNode

ContentService() 공개 메소드

public ContentService ( string remoteUrl, string url = "/" ) : System
remoteUrl string
url string
리턴 System

InitializeCurrent() 공개 정적인 메소드

public static InitializeCurrent ( string remoteUrl ) : void
remoteUrl string
리턴 void

LoadContent() 공개 메소드

public LoadContent ( string url ) : void
url string
리턴 void