C# 클래스 Sage.Controllers.GenericController

Implements a generic controller that serves page requests for views that don't have their own controller.
Most of the times, a Sage view will not require a specific controller, since all that is needed is for the framework to transform the view's configuration file with the appropriate XSLT style sheet. If a view has it's own configuration file, this controller will process it and transform it with the appropriate XSLT style sheet.
상속: SageController
파일 보기 프로젝트 열기: igorfrance/sage

보호된 프로퍼티들

프로퍼티 타입 설명
genericViewInfo Sage.Views.ViewInfo

공개 메소드들

메소드 설명
GetLastModificationDate ( string viewName ) : DateTime?

Gets the last modification date for the specified viewName.

보호된 메소드들

메소드 설명
Initialize ( System.Web.Routing.RequestContext requestContext ) : void

Initializes the controller.

비공개 메소드들

메소드 설명
Action ( ) : System.Web.Mvc.ActionResult

메소드 상세

GetLastModificationDate() 공개 메소드

Gets the last modification date for the specified viewName.
public GetLastModificationDate ( string viewName ) : DateTime?
viewName string The name of the action for which to retrieve the last modification date.
리턴 DateTime?

Initialize() 보호된 메소드

Initializes the controller.
protected Initialize ( System.Web.Routing.RequestContext requestContext ) : void
requestContext System.Web.Routing.RequestContext The request context.
리턴 void

프로퍼티 상세

genericViewInfo 보호되어 있는 프로퍼티

The generic view information
protected ViewInfo,Sage.Views genericViewInfo
리턴 Sage.Views.ViewInfo