The Mindscape.LightSpeed.Web.Routing namespace supports routing URLs to controllers.
Classes
Class | Description | |
---|---|---|
![]() | DefaultValueAttribute |
Describes a default value which can be supplied to the parameter.
|
![]() | EnsureSecureConstraint |
Routing constraint which forces a route to be requested under a secure connection and will redirect
to a secure connection if otherwise requested
|
![]() | GetAttribute |
Describes a GET based route to be applied to an action.
|
![]() | PostAttribute |
Describes a POST based route to be applied to an action.
|
![]() | UrlStemAttribute |
Describes that a parameter for the action is to form part of the stem leading up to the action itself.
|
![]() | UrlStemSuffixAttribute |
Describes that a parameter for the action is to form part of the stem following the action itself.
|
![]() | WebContractAttribute |
Declares that this class or interface specifies a contract to be bound for web request routing
and that its operations should be inspected to build appropriate routes.
|
![]() | WebContractBuilder |
Builds routing for any WebContract definitions which have been specified in a given assembly
|