HttpPropertyKeys.HttpRouteDataKey Field
Provides a key for the IHttpRouteData associated with this request.
Namespace: System.Web.Http.Hosting
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Shared ReadOnly HttpRouteDataKey As String
'Usage
Dim value As String
value = HttpPropertyKeys.HttpRouteDataKey
public static readonly string HttpRouteDataKey
public:
static initonly String^ HttpRouteDataKey
static val HttpRouteDataKey: string
public static final var HttpRouteDataKey : String