Gets or sets a
Boolean value that specifies whether parsing is enabled for the Web site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Property ParserEnabled As Boolean
Dim instance As SPWeb
Dim value As Boolean
value = instance.ParserEnabled
instance.ParserEnabled = value
public bool ParserEnabled { get; set; }
Property Value
true if parsing is enabled; otherwise, false.