SPPageParserFilter.ParseComplete Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This member overrides PageParserFilter.ParseComplete(ControlBuilder).

Namespace:  Microsoft.SharePoint.ApplicationRuntime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Sub ParseComplete ( _
    rootBuilder As ControlBuilder _
)

Dim instance As SPPageParserFilter
Dim rootBuilder As ControlBuilder

instance.ParseComplete(rootBuilder)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override void ParseComplete(
    ControlBuilder rootBuilder
)

Parameters

See Also

Reference

SPPageParserFilter Class

SPPageParserFilter Members

Microsoft.SharePoint.ApplicationRuntime Namespace