AsParametersAttribute Class

Definition

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()

Applies to