Click or drag to resize
DiscussionMacroResolver Properties

The DiscussionMacroResolver type exposes the following members.

Properties
  NameDescription
Public propertyConvertLineBreaksToHTML
If true, the line breaks are converted to HTML br tags.
Public propertyEnableBold
Gets or sets the value that indicates whether bold macros are enabled.
Public propertyEnableCode
Gets or sets the value that indicates whether code macros are enabled.
Public propertyEnableColor
Gets or sets the value that indicates whether color macros are enabled.
Public propertyEnableImage
Gets or sets the value that indicates whether Image macros are enabled.
Public propertyEnableItalics
Gets or sets the value that indicates whether italics macros are enabled.
Public propertyEnableQuote
Gets or sets the value that indicates whether Quote macros are enabled.
Public propertyEnableSize
Gets or sets the value that indicates whether size macros are enabled.
Public propertyEnableStrikeThrough
Gets or sets the value that indicates whether strikeThrough macros are enabled.
Public propertyEnableUnderline
Gets or sets the value that indicates whether underline macros are enabled.
Public propertyEnableURL
Gets or sets the value that indicates whether URL macros are enabled.
Public propertyEncodeText
If true, the text outside of the macros is encoded.
Public propertyMaxImageSideSize
Gets or sets max side size of image.
Public propertyMaxTextSize
Gets or sets max text size of image.
Public propertyQuotePostText
Gets or sets the text which should be displayed in quote area after user name.
Public propertyStatic memberRegExBBTag
Regular expression for the BB tag.
Public propertyStatic memberRegExBBTagExpression
Regular expression for the parsed BB tag expression.
Public propertyResolveToPlainText
If true, the tags are resolved to the plain text version.
Public propertyTextSizeUnit
Gets or sets the text size unit which should be used.
Public propertyUseNoFollowForLinks
Gets or sets the value that indicates whether rel="nofollow" should be used for resolved links
Top
See Also