| 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).
|