DiscussionMacroResolver Methods |
The DiscussionMacroResolver type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetBold |
Returns the forum discussion bold tag.
|
![]() | GetClosingTag |
Gets the closing tag for specified BB tag.
|
![]() ![]() | GetColor |
Returns the forum discussion color tag.
|
![]() ![]() | GetImage |
Returns the forum discussion image tag.
|
![]() ![]() | GetItalics |
Returns the forum discussion italics tag.
|
![]() ![]() | GetQuote |
Returns the forum discussion Quote tag.
|
![]() ![]() | GetSize |
Returns the forum discussion size tag.
|
![]() ![]() | GetStrikeThrough |
Returns the forum discussion strike through tag.
|
![]() ![]() | GetUnderline |
Returns the forum discussion underline tag.
|
![]() ![]() | GetURL |
Returns the forum discussion URL tag.
|
![]() ![]() | IsBBCodeEnabled |
Returns true if BBcode is enabled for given actions set (for DB column with stored enabled actions).
|
![]() ![]() | IsURL |
Returns true if the given string is URL, decodes the string before the validation.
|
![]() | ProcessText |
Processes the standard text.
|
![]() ![]() | RemoveTags |
Remove all BB tags from the text.
|
![]() | ResolveMacros(String) |
Resolves BB macros in a given text.
|
![]() | ResolveMacros(String, String) |
Resolves BB macros in a given text.
|
![]() ![]() | SetBBCode |
Sets enabled BBcode (for DB column with stored enabled actions).
|
Name | Description | |
---|---|---|
![]() | AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) |
![]() | GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |