C# Class MvcTemplate.Components.Mvc.MvcSiteMapProvider

Inheritance: IMvcSiteMapProvider
Afficher le fichier Open project: NonFactors/MVC5.Template Class Usage Examples

Private Properties

Свойство Type Description
CopyAndSetState IEnumerable
GetAuthorizedSiteMap IEnumerable
IsAuthorizedToView System.Boolean
IsEmpty System.Boolean
ToList IEnumerable

Méthodes publiques

Méthode Description
GetBreadcrumb ( System.Web.Mvc.ViewContext context ) : IEnumerable
GetSiteMap ( System.Web.Mvc.ViewContext context ) : IEnumerable
MvcSiteMapProvider ( String path, IMvcSiteMapParser parser ) : MvcTemplate.Components.Security

Private Methods

Méthode Description
CopyAndSetState ( IEnumerable nodes, String area, String controller, String action ) : IEnumerable
GetAuthorizedSiteMap ( Int32 accountId, IEnumerable nodes ) : IEnumerable
IsAuthorizedToView ( Int32 accountId, MvcTemplate.Components.Mvc.MvcSiteMapNode menu ) : System.Boolean
IsEmpty ( MvcTemplate.Components.Mvc.MvcSiteMapNode node ) : System.Boolean
ToList ( IEnumerable nodes ) : IEnumerable

Method Details

GetBreadcrumb() public méthode

public GetBreadcrumb ( System.Web.Mvc.ViewContext context ) : IEnumerable
context System.Web.Mvc.ViewContext
Résultat IEnumerable

GetSiteMap() public méthode

public GetSiteMap ( System.Web.Mvc.ViewContext context ) : IEnumerable
context System.Web.Mvc.ViewContext
Résultat IEnumerable

MvcSiteMapProvider() public méthode

public MvcSiteMapProvider ( String path, IMvcSiteMapParser parser ) : MvcTemplate.Components.Security
path String
parser IMvcSiteMapParser
Résultat MvcTemplate.Components.Security