C# Class SampleWebApp.Components.Attributes.SelectedNavigationAttribute

Inheritance: System.Web.Mvc.ActionFilterAttribute
Exibir arquivo Open project: upeo/inbloom-dotnet

Public Methods

Method Description
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
SelectedNavigationAttribute ( string selectedNavClass ) : System.Web.Mvc

Method Details

OnActionExecuted() public method

public OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
return void

SelectedNavigationAttribute() public method

public SelectedNavigationAttribute ( string selectedNavClass ) : System.Web.Mvc
selectedNavClass string
return System.Web.Mvc