QueryStringBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caching behavior for the requests.
public enum QueryStringBehavior
type QueryStringBehavior =
Public Enum QueryStringBehavior
- Inheritance
-
QueryStringBehavior
Fields
| Name | Value | Description |
|---|---|---|
| Include | 0 | Include. |
| IncludeAll | 1 | IncludeAll. |
| Exclude | 2 | Exclude. |
| ExcludeAll | 3 | ExcludeAll. |