Enum ValueSource
Describes how a typed handler property is populated.
Namespace: NanoRoute.HandlerExtensions
Assembly: NanoRoute.dll
Syntax
public enum ValueSource
Fields
| Name | Description |
|---|---|
| Context | Reads the value from Parameters. |
| ServiceLocator | Resolves the value from Services. |
| Skip | Leaves the property untouched. |