The DiscussionMacroResolver type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
DiscussionMacroResolver |
Discussion macro helper constructor.
| |
DiscussionMacroResolver(Boolean, Boolean, Boolean, Int32, String, Boolean) |
Discussion macro helper constructor.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetBold |
Returns the forum discussion bold tag.
| |
GetClosingTag |
Gets the closing tag for specified BB tag.
| |
GetColor |
Returns the forum discussion color tag.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
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.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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).
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
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.) |
Properties
Name | Description | |
---|---|---|
ConvertLineBreaksToHTML |
If true, the line breaks are converted to HTML br tags.
| |
EnableBold |
Gets or sets the value that indicates whether bold macros are enabled.
| |
EnableCode |
Gets or sets the value that indicates whether code macros are enabled.
| |
EnableColor |
Gets or sets the value that indicates whether color macros are enabled.
| |
EnableImage |
Gets or sets the value that indicates whether Image macros are enabled.
| |
EnableItalics |
Gets or sets the value that indicates whether italics macros are enabled.
| |
EnableQuote |
Gets or sets the value that indicates whether Quote macros are enabled.
| |
EnableSize |
Gets or sets the value that indicates whether size macros are enabled.
| |
EnableStrikeThrough |
Gets or sets the value that indicates whether strikeThrough macros are enabled.
| |
EnableUnderline |
Gets or sets the value that indicates whether underline macros are enabled.
| |
EnableURL |
Gets or sets the value that indicates whether URL macros are enabled.
| |
EncodeText |
If true, the text outside of the macros is encoded.
| |
MaxImageSideSize |
Gets or sets max side size of image.
| |
MaxTextSize |
Gets or sets max text size of image.
| |
QuotePostText |
Gets or sets the text which should be displayed in quote area after user name.
| |
RegExBBTag |
Regular expression for the BB tag.
| |
RegExBBTagExpression |
Regular expression for the parsed BB tag expression.
| |
ResolveToPlainText |
If true, the tags are resolved to the plain text version.
| |
TextSizeUnit |
Gets or sets the text size unit which should be used.
| |
UseNoFollowForLinks |
Gets or sets the value that indicates whether rel="nofollow" should be used for resolved links
|
See Also