C# 클래스 Sdl.Web.Tridion.Context.AdfContextClaimsProvider

상속: IContextClaimsProvider
파일 보기 프로젝트 열기: sdl/dxa-web-application-dotnet

공개 메소드들

메소드 설명
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).

메소드 상세

GetContextClaims() 공개 메소드

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.
리턴 object>.IDictionary

GetDeviceFamily() 공개 메소드

Gets the device family (an aggregated device claim determined from other context claims).
public GetDeviceFamily ( ) : string
리턴 string