C# Class Simplify.Web.Modules.WebContextProvider

Provides web context provider
Inheritance: IWebContextProvider
Mostrar archivo Open project: i4004/Simplify.Web

Public Methods

Method Description
Get ( ) : IWebContext

Gets the web context.

Setup ( IOwinContext context ) : void

Creates the web context.

Method Details

Get() public method

Gets the web context.
public Get ( ) : IWebContext
return IWebContext

Setup() public method

Creates the web context.
public Setup ( IOwinContext context ) : void
context IOwinContext The context.
return void