summaryN:DotNetNuke.Services.Tokens
Classes
Class | Description | |
---|---|---|
![]() | AntiForgeryTokenPropertyAccess | |
![]() | ArrayListPropertyAccess | |
![]() | BaseCustomTokenReplace |
BaseCustomTokenReplace allows to add multiple sources implementing IPropertyAccess |
![]() | BaseTokenReplace |
The BaseTokenReplace class provides the tokenization of tokens formatted
[object:property] or [object:property|format|ifEmpty] or [custom:no] within a string
with the appropriate current property/custom values.
|
![]() | CssPropertyAccess | |
![]() | CulturePropertyAccess | |
![]() | DataRowPropertyAccess | |
![]() | DateTimePropertyAccess | |
![]() | DictionaryPropertyAccess | |
![]() | EmptyPropertyAccess |
Returns an Empty String for all Properties
|
![]() | HtmlTokenReplace | |
![]() | JavaScriptDto | |
![]() | JavaScriptPropertyAccess | |
![]() | JsonPropertyAccess<(Of <(<'TModel>)>)> | |
![]() | PropertyAccess |
Property Access to Objects using Relection
|
![]() | StylesheetDto | |
![]() | TicksPropertyAccess | |
![]() | TokenReplace |
The TokenReplace class provides the option to replace tokens formatted
[object:property] or [object:property|format] or [custom:no] within a string
with the appropriate current property/custom values.
Example for Newsletter: 'Dear [user:Displayname],' ==> 'Dear Superuser Account,'
Supported Token Sources: User, Host, Portal, Tab, Module, Membership, Profile,
Row, Date, Ticks, ArrayList (Custom), IDictionary
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IPropertyAccess |
Enumerations
Enumeration | Description | |
---|---|---|
![]() | CacheLevel |
CacheLevel is used to specify the cachability of a string, determined as minimum of the used token cachability
|
![]() | Scope |
Scope informs the property access classes about the planned usage of the token
|