C# Class Site.Extensions.Selectors

Afficher le fichier Open project: perploug/JubRazorExtensions

Méthodes publiques

Méthode Description
OfType ( this content, string contentTypeAlias ) : IQueryable
OfType ( this collection, string contentTypeAlias ) : IQueryable
Random ( this collection ) : Content
Root ( this currentPage ) : Content

Method Details

OfType() public static méthode

public static OfType ( this content, string contentTypeAlias ) : IQueryable
content this
contentTypeAlias string
Résultat IQueryable

OfType() public static méthode

public static OfType ( this collection, string contentTypeAlias ) : IQueryable
collection this
contentTypeAlias string
Résultat IQueryable

Random() public static méthode

public static Random ( this collection ) : Content
collection this
Résultat Content

Root() public static méthode

public static Root ( this currentPage ) : Content
currentPage this
Résultat Content