C# Class Simplify.Web.Core.PageAssembly.PageProcessor

Provides page processor
Inheritance: IPageProcessor
Exibir arquivo Open project: i4004/Simplify.Web Class Usage Examples

Public Methods

Method Description
PageProcessor ( IPageBuilder pageBuilder, IResponseWriter responseWriter, IRedirector redirector ) : System.Threading.Tasks

Initializes a new instance of the PageProcessor class.

ProcessPage ( IDIContainerProvider containerProvider, IOwinContext context ) : System.Threading.Tasks.Task

Processes (build web-page and send to client, process current page state) the current web-page

Method Details

PageProcessor() public method

Initializes a new instance of the PageProcessor class.
public PageProcessor ( IPageBuilder pageBuilder, IResponseWriter responseWriter, IRedirector redirector ) : System.Threading.Tasks
pageBuilder IPageBuilder The page builder.
responseWriter IResponseWriter The response writer.
redirector IRedirector The redirector.
return System.Threading.Tasks

ProcessPage() public method

Processes (build web-page and send to client, process current page state) the current web-page
public ProcessPage ( IDIContainerProvider containerProvider, IOwinContext context ) : System.Threading.Tasks.Task
containerProvider IDIContainerProvider The DI container provider.
context IOwinContext The context.
return System.Threading.Tasks.Task