UrlMatchingNode.Parameters 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 or sets the UrlMatchingNode representing parameter segments following this segment in the TreeRouter.
public:
property Microsoft::AspNetCore::Routing::Tree::UrlMatchingNode ^ Parameters { Microsoft::AspNetCore::Routing::Tree::UrlMatchingNode ^ get(); void set(Microsoft::AspNetCore::Routing::Tree::UrlMatchingNode ^ value); };
public Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode Parameters { get; set; }
member this.Parameters : Microsoft.AspNetCore.Routing.Tree.UrlMatchingNode with get, set
Public Property Parameters As UrlMatchingNode