AsParametersAttribute Class
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.
Specifies that a route handler delegate's parameter represents a structured parameter list.
[System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)]
public sealed class AsParametersAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)>]
type AsParametersAttribute = class
inherit Attribute
Public NotInheritable Class AsParametersAttribute
Inherits Attribute
- Inheritance
-
AsParametersAttribute
- Attributes
Constructors
AsParametersAttribute() |