C# Class Tapas.MvcClient.ContentService

Afficher le fichier Open project: joeriks/Tapas Class Usage Examples

Méthodes publiques

Méthode Description
ContentById ( int id ) : PortableNode
ContentByUrl ( string url ) : PortableNode
ContentService ( string remoteUrl, string url = "/" ) : System
InitializeCurrent ( string remoteUrl ) : void
LoadContent ( string url ) : void

Method Details

ContentById() public méthode

public ContentById ( int id ) : PortableNode
id int
Résultat Tapas.PortableNode

ContentByUrl() public méthode

public ContentByUrl ( string url ) : PortableNode
url string
Résultat Tapas.PortableNode

ContentService() public méthode

public ContentService ( string remoteUrl, string url = "/" ) : System
remoteUrl string
url string
Résultat System

InitializeCurrent() public static méthode

public static InitializeCurrent ( string remoteUrl ) : void
remoteUrl string
Résultat void

LoadContent() public méthode

public LoadContent ( string url ) : void
url string
Résultat void