Castle.MonoRail.Framework.ViewEngineBase.Process C# (CSharp) Method

Process() public abstract method

Processes the view - using the templateName to obtain the correct template, and using the context to output the result.
public abstract Process ( IRailsEngineContext context, Controller controller, String templateName ) : void
context IRailsEngineContext
controller Controller
templateName String
return void
		public abstract void Process(IRailsEngineContext context, Controller controller, String templateName);

Same methods

ViewEngineBase::Process ( TextWriter output, IRailsEngineContext context, Controller controller, String templateName ) : void