SiteMapPath::DataBind Method ()

 

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

Binds a data source to the SiteMapPath control and its child controls.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
virtual void DataBind() override

The SiteMapPath control is designed to retrieve its data directly from a site map provider by using the Provider property. Do not use the SiteMapPath control to bind to ASP.NET data source controls, and do not call the DataBind method explicitly.

.NET Framework
Available since 2.0
Return to top
Show: