Page header for SEO operations. Handles situations when the page has a master page, as well as for "standalone" pages.

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

Syntax

C#
public HtmlHead SeoHeader { get; }
Visual Basic
Public ReadOnly Property SeoHeader As HtmlHead
	Get
Visual C++
public:
property HtmlHead^ SeoHeader {
	HtmlHead^ get ();
}
F#
member SeoHeader : HtmlHead with get

Property Value

Type: HtmlHead

See Also