Automatically generates keywords from page text.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string AutoGenerateKeywords(
	string pageText
)
Visual Basic
Public Shared Function AutoGenerateKeywords ( 
	pageText As String
) As String
Visual C++
public:
static String^ AutoGenerateKeywords(
	String^ pageText
)
F#
static member AutoGenerateKeywords : 
        pageText : string -> string 

Parameters

pageText
Type: System..::..String
HTML of the page

Return Value

Type: String
List of keywords separated by commas

See Also