C# Class Skimur.Web.ViewComponents.StylesViewComponent

Inheritance: ViewComponent
Mostrar archivo Open project: skimur/skimur

Public Methods

Method Description
Invoke ( string subName ) : IViewComponentResult
StylesViewComponent ( IUserContext userContext, ISubDao subDao, IMapper mapper, ISubCssDao subCssDao ) : Microsoft.AspNet.Http

Method Details

Invoke() public method

public Invoke ( string subName ) : IViewComponentResult
subName string
return IViewComponentResult

StylesViewComponent() public method

public StylesViewComponent ( IUserContext userContext, ISubDao subDao, IMapper mapper, ISubCssDao subCssDao ) : Microsoft.AspNet.Http
userContext IUserContext
subDao ISubDao
mapper IMapper
subCssDao ISubCssDao
return Microsoft.AspNet.Http