C# Class Rebel.Cms.Web.Mvc.ViewEngines.RebelContextViewPageActivator

Inheritance: IPostViewPageActivator
Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
OnViewCreated ( ControllerContext context, Type type, object view ) : void

Method Details

OnViewCreated() public method

public OnViewCreated ( ControllerContext context, Type type, object view ) : void
context ControllerContext
type Type
view object
return void