C# Class vlko.core.Base.BaseViewPage

Inheritance: System.Web.Mvc.WebViewPage
Datei anzeigen Open project: vlko/vlko

Public Methods

Method Description
Execute ( ) : void

Executes this instance.

InitHelpers ( ) : void

Initializes the T:System.Web.Mvc.AjaxHelper, T:System.Web.Mvc.HtmlHelper, and T:System.Web.Mvc.UrlHelper classes.

Method Details

Execute() public method

Executes this instance.
public Execute ( ) : void
return void

InitHelpers() public method

Initializes the T:System.Web.Mvc.AjaxHelper, T:System.Web.Mvc.HtmlHelper, and T:System.Web.Mvc.UrlHelper classes.
public InitHelpers ( ) : void
return void