C# 클래스 Sage.Views.ViewInfo

Provides information about view template and configuration file corresponding to a controller and an action.
파일 보기 프로젝트 열기: igorfrance/sage 1 사용 예제들

공개 메소드들

메소드 설명
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