AsParametersAttribute Clase

Definición

Especifica que el parámetro del delegado del controlador de ruta representa una lista de parámetros estructurados.

[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
Herencia
AsParametersAttribute
Atributos

Constructores

AsParametersAttribute()

Especifica que el parámetro del delegado del controlador de ruta representa una lista de parámetros estructurados.

Se aplica a