StringExtensions.FixHtml(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a string with HTML comments, scripts, and styles removed.
public static string FixHtml (this string html);
static member FixHtml : string -> string
<Extension()>
Public Function FixHtml (html As String) As String
Parameters
- html
- String
HTML string to fix.
Returns
Fixed HTML string.