C# Класс Sage.Views.ViewInfo

Provides information about view template and configuration file corresponding to a controller and an action.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

ToString() публичный Метод

public ToString ( ) : string
Результат string

ViewInfo() публичный Метод

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.
Результат System