Click or drag to resize
HTMLHelper Properties

The HTMLHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberQuickResolveUrls
If true, quick mode is used for resolving of the URLs.
Public propertyStatic memberRegExFixAJAXFormAction
Regular expression to fix the form action parameter for AJAX request.
Public propertyStatic memberRegExFixFormAction
Regular expression to fix the form action parameter.
Public propertyStatic memberRegExHTMLEncode
Regular expression for HTML encoding.
Public propertyStatic memberRegexHtmlToTextHead
Regular expression for removing entire head tag.
Public propertyStatic memberRegexHtmlToTextScript
Regular expression for removing entire script tag.
Public propertyStatic memberRegexHtmlToTextStyle
Regular expression for removing entire script tag.
Public propertyStatic memberRegexHtmlToTextTags
Regular expression for removing tags but keeps their content.
Public propertyStatic memberRegexHtmlToTextWhiteSpace
Regular expression for removing white spaces
Public propertyStatic memberRegExLineEnd
Regular expression match for the end of the line.
Public propertyStatic memberRegExResolveUrls
Regular expression for URL resolving.
Public propertyStatic memberRegExStripTagsSpaces
Regular expression match for new lines and spaces between tags.
Public propertyStatic memberUseExtensionOnPostback Obsolete.
Use extension on postback?
Top
See Also