Share via


HttpPropertyKeys.NoRouteMatched Field

 

Provides a key that indicates whether the request failed to match a route.

Namespace:   System.Web.Http.Hosting
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public static readonly string NoRouteMatched
public:
static initonly String^ NoRouteMatched
static val NoRouteMatched : string
Public Shared ReadOnly NoRouteMatched As String

Field Value

Type: System.String

See Also

HttpPropertyKeys Class
System.Web.Http.Hosting Namespace

Return to top