VirtualPathData Class

Definition

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)

Initializes a new instance of the VirtualPathData class.

VirtualPathData(IRouter, String, RouteValueDictionary)

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.

Applies to