System.Web.UI.WebControls.SiteMapPath.CreateChildControls Method

Clears the current child controls collection, and rebuilds it by calling the SiteMapPath.CreateControlHierarchy method.

Syntax

protected override void CreateChildControls ()

Remarks

This method is called by the ASP.NET infrastructure to notify any controls that use composition-based implementation, including controls that derive from System.Web.UI.WebControls.CompositeDataBoundControl and System.Web.UI.WebControls.CompositeControl to create any child controls they contain in preparation for postback or rendering.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0