HttpRoute Class

Http Routes, including paths to match on and whether or not rewrites are to be done.

Constructor

HttpRoute()

Variables

Name Description
match
<xref:<xref:"HttpRouteMatch">>

Conditions route will match on.

action
<xref:<xref:"HttpRouteAction">>

Once route is matched, what is the desired action.

Attributes

action

Once route is matched, what is the desired action.

action: HttpRouteAction

match

Conditions route will match on.

match: HttpRouteMatch