Gets the collection of the System.Web.SiteMapNode objects that represents the site navigation structure for the current user.
- arguments
- A System.Web.UI.DataSourceSelectArguments that is used to request operations on the data beyond basic data retrieval.
A System.Web.SiteMapNodeCollection that represents the site navigation structure for the current user.
The System.Web.UI.WebControls.SiteMapDataSourceView class implements the inherited SiteMapDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments) method to retrieve a set of nodes that represents the site navigation structure for the current ASP.NET application. Page developers and data-bound control authors do not call the SiteMapDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments) method directly; instead, use the publicly exposed erload:System.Web.UI.WebControls.SiteMapDataSourceView.Select method.