System.Web
2.0.0.0
The interface allows navigation controls, such as the and controls, to automatically render data from a data source that represents hierarchical site navigation data. The interface is implemented by the type that is returned from the control so that navigation controls can render data automatically without a page developer explicitly defining the data binding associations to the properties of . For example, the control enables declarative data binding so that a page developer does not have to populate the or properties explicitly for the and controls, respectively.
The interface can also be implemented on objects that are returned by an control in order to enable automatic rendering of navigation control without explicit data binding.
Provides an interface that classes implement to provide navigation user interface data and values to navigation controls.
Property
System.String
To be added.
The property is rendered as the ToolTip text of the and controls.
Gets text that represents the description of a navigation node of a navigation control.
2.0.0.0
Property
System.String
To be added.
The property is rendered as the property of a control and the property of a control.
Gets the text that represents the name of a navigation node of a navigation control.
2.0.0.0
Property
System.String
To be added.
The property represents the URL to navigate to when a navigation node, such as or control, is clicked.
Gets the URL to navigate to when the navigation node is clicked.
2.0.0.0
Property
System.String
To be added.
The property represents any additional data that is used by a navigation node, such as a or control, that is rendered as an HTML value attribute for the node.
Gets a non-displayed value that is used to store any additional data about the navigation node.
2.0.0.0