C# Class afeprojectnameControllers.DefaultController

Inheritance: Controller
Afficher le fichier Open project: mvlasenko/TridionVSRazorExtension

Méthodes publiques

Méthode Description
GetByComponentLayoutPath ( string file ) : System.Web.Mvc.ActionResult
GetByPageLayoutPath ( string file ) : System.Web.Mvc.ActionResult
GetByUri ( string file, string item, string template ) : System.Web.Mvc.ActionResult
GetItemType ( string tcmItem ) : ItemType

Private Methods

Méthode Description
GetHomeView ( ) : System.Web.Mvc.ActionResult
GetView ( string itemUri, string templateUri, string path ) : System.Web.Mvc.ActionResult

Method Details

GetByComponentLayoutPath() public méthode

public GetByComponentLayoutPath ( string file ) : System.Web.Mvc.ActionResult
file string
Résultat System.Web.Mvc.ActionResult

GetByPageLayoutPath() public méthode

public GetByPageLayoutPath ( string file ) : System.Web.Mvc.ActionResult
file string
Résultat System.Web.Mvc.ActionResult

GetByUri() public méthode

public GetByUri ( string file, string item, string template ) : System.Web.Mvc.ActionResult
file string
item string
template string
Résultat System.Web.Mvc.ActionResult

GetItemType() public static méthode

public static GetItemType ( string tcmItem ) : ItemType
tcmItem string
Résultat ItemType