C# Class MvcBreadCrumbs.State

显示文件 Open project: thelarz/MvcBreadCrumbs Class Usage Examples

Public Methods

Method Description
Push ( System.Web.Mvc.ActionExecutingContext context, string label ) : void
State ( string cookie ) : System.Collections.Generic

Method Details

Push() public method

public Push ( System.Web.Mvc.ActionExecutingContext context, string label ) : void
context System.Web.Mvc.ActionExecutingContext
label string
return void

State() public method

public State ( string cookie ) : System.Collections.Generic
cookie string
return System.Collections.Generic