Should this page autogenerate META keywords even if they are already generated before (for pages that change frequently and contain dynamic content).

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

Syntax

C#
public bool ForceAutoGenerateMetaKeywords { get; set; }
Visual Basic
Public Property ForceAutoGenerateMetaKeywords As Boolean
	Get
	Set
Visual C++
public:
property bool ForceAutoGenerateMetaKeywords {
	bool get ();
	void set (bool value);
}
F#
member ForceAutoGenerateMetaKeywords : bool with get, set

Property Value

Type: Boolean

See Also