ControllerContextAttribute Class

Definition

Specifies that a controller property should be set with the current ControllerContext when creating the controller. The property must have a public set method.

public ref class ControllerContextAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class ControllerContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ControllerContextAttribute = class
    inherit Attribute
Public Class ControllerContextAttribute
Inherits Attribute
Inheritance
ControllerContextAttribute
Attributes

Constructors

ControllerContextAttribute()

Applies to