ViewContextAttribute Class

Definition

Specifies that a tag helper property should be set with the current ViewContext when creating the tag helper. The property must have a public set method.

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

Constructors

ViewContextAttribute()

Applies to