C# Class Sdl.Web.Tridion.Context.AdfContextClaimsProvider

Inheritance: IContextClaimsProvider
Afficher le fichier Open project: sdl/dxa-web-application-dotnet

Méthodes publiques

Méthode Description
GetContextClaims ( string aspectName, Localization localization ) : object>.IDictionary

Gets the context claims. Either all context claims or for a given aspect name.

GetDeviceFamily ( ) : string

Gets the device family (an aggregated device claim determined from other context claims).

Method Details

GetContextClaims() public méthode

Gets the context claims. Either all context claims or for a given aspect name.
public GetContextClaims ( string aspectName, Localization localization ) : object>.IDictionary
aspectName string The aspect name. If null all context claims are returned.
localization Localization The context Localization.
Résultat object>.IDictionary

GetDeviceFamily() public méthode

Gets the device family (an aggregated device claim determined from other context claims).
public GetDeviceFamily ( ) : string
Résultat string