UrlMatchingTree.Root 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 root of the UrlMatchingTree.
public:
property Microsoft::AspNetCore::Routing::Tree::UrlMatchingNode ^ Root { Microsoft::AspNetCore::Routing::Tree::UrlMatchingNode ^ get(); };
public Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode Root { get; }
member this.Root : Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode
Public ReadOnly Property Root As UrlMatchingNode