DialogMaster.StrictMode Property

Gets or sets a Boolean value that indicates whether to render the page in strict mode.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property StrictMode As Boolean
    Get
    Set
'Usage
Dim instance As DialogMaster
Dim value As Boolean

value = instance.StrictMode

instance.StrictMode = value
public bool StrictMode { get; set; }

Property Value

Type: System.Boolean
true to render the page in strict mode; otherwise, false.

Remarks

When set to true, Microsoft SharePoint Foundation 2010 generates an XHTML 1.0 Strict DOCTYPE.

See Also

Reference

DialogMaster Class

DialogMaster Members

Microsoft.SharePoint.WebControls Namespace