GeneratedTagHelperAttributeContext Class

Definition

Contains information for the ITagHelper attribute code generation process.

public ref class GeneratedTagHelperAttributeContext
public class GeneratedTagHelperAttributeContext
type GeneratedTagHelperAttributeContext = class
Public Class GeneratedTagHelperAttributeContext
Inheritance
GeneratedTagHelperAttributeContext

Constructors

GeneratedTagHelperAttributeContext()

Properties

CreateModelExpressionMethodName

Name the method to create ModelExpressions.

ModelExpressionProviderPropertyName

Gets or sets the name of the IModelExpressionProvider.

ModelExpressionTypeName

Name of the model expression type.

ViewDataPropertyName

Gets or sets the property name of the ViewDataDictionary.

Applies to