Table of Contents

Interface IHttpVirtualPathData

Namespace
System.Web.Http.Routing
Assembly
System.Web.Http.dll

Defines the properties for HTTP route.

public interface IHttpVirtualPathData

Properties

Route

Gets the HTTP route.

IHttpRoute Route { get; }

Property Value

IHttpRoute

The HTTP route.

VirtualPath

Gets the URI that represents the virtual path of the current HTTP route.

string VirtualPath { get; set; }

Property Value

string

The URI that represents the virtual path of the current HTTP route.