 | StringUtilsHtmlAbstract Method |
Creates an Abstract from an HTML document. Strips the
HTML into plain text, then creates an abstract.
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static string HtmlAbstract(
string html,
int length
)
Public Shared Function HtmlAbstract (
html As String,
length As Integer
) As String
public:
static String^ HtmlAbstract(
String^ html,
int length
)
static member HtmlAbstract :
html : string *
length : int -> string
Parameters
- html
- Type: SystemString
The HTML. - length
- Type: SystemInt32
The length.
Return Value
Type:
String[Missing <returns> documentation for "M:Koden.Utils.StringUtils.HtmlAbstract(System.String,System.Int32)"]
See Also