SiteMapNode.IHierarchyData.Path Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the path of the hierarchical data item. For a description of this member, see Path.
property System::String ^ System::Web::UI::IHierarchyData::Path { System::String ^ get(); };
string System.Web.UI.IHierarchyData.Path { get; }
member this.System.Web.UI.IHierarchyData.Path : string
ReadOnly Property Path As String Implements IHierarchyData.Path
Property Value
The path of the data item.
Implements
Remarks
The IHierarchyData.Path property delegates to the Url property.
This member is an explicit interface member implementation. It can be used only when the SiteMapNode instance is cast to an IHierarchyData interface.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.