VirtualPathData Class
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.
Represents information about the route and virtual path that are the result of generating a URL with the ASP.NET routing middleware.
public ref class VirtualPathData
public class VirtualPathData
type VirtualPathData = class
Public Class VirtualPathData
- Inheritance
-
VirtualPathData
Constructors
VirtualPathData(IRouter, String, RouteValueDictionary) |
Initializes a new instance of the VirtualPathData class. |
VirtualPathData(IRouter, String) |
Initializes a new instance of the VirtualPathData class. |
Properties
DataTokens |
Gets the collection of custom values for the Router. |
Router |
Gets or sets the IRouter that was used to generate the URL. |
VirtualPath |
Gets or sets the URL that was generated from the Router. |