C# Class Sage.Views.ViewInfo

Provides information about view template and configuration file corresponding to a controller and an action.
Afficher le fichier Open project: igorfrance/sage Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string
ViewInfo ( SageController controller, string action, string controllerName = null ) : System

Initializes a new instance of the ViewInfo class, using the specified controller and action.

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

ViewInfo() public méthode

Initializes a new instance of the ViewInfo class, using the specified controller and action.
public ViewInfo ( SageController controller, string action, string controllerName = null ) : System
controller Sage.Controllers.SageController The controller for which to create this instance.
action string The controller action for which to create this instance.
controllerName string Optional name of the controller to use for resolving configuration and template paths.
Résultat System