GeneratedTagHelperContext Class

Definition

Contains necessary information for the tag helper code generation process.

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

Constructors

GeneratedTagHelperContext()

Instantiates a new instance of the GeneratedTagHelperContext with default values.

Properties

AddHtmlAttributeValueMethodName

Method name used to add individual components of an unbound, complex tag helper attribute to TagHelperExecutionContexts.

BeginAddHtmlAttributeValuesMethodName

The name of the method used to begin the addition of unbound, complex tag helper attributes to TagHelperExecutionContexts.

BeginWriteTagHelperAttributeMethodName

The name of the method used to begin an attribute writing scope.

CreateTagHelperMethodName

The name of the method used to create a tag helper.

EncodedHtmlStringTypeName

The name of the type used to represent encoded content.

EndAddHtmlAttributeValuesMethodName

Method name used to end addition of unbound, complex tag helper attributes to TagHelperExecutionContexts.

EndTagHelperWritingScopeMethodName

The name of the method used to end a writing scope.

EndWriteTagHelperAttributeMethodName

The name of the method used to end an attribute writing scope.

ExecutionContextAddHtmlAttributeMethodName

The name of the ExecutionContextTypeName method used to add HTML attributes.

ExecutionContextAddMethodName

The name of the ExecutionContextTypeName method used to add tag helpers.

ExecutionContextAddTagHelperAttributeMethodName

The name of the ExecutionContextTypeName method used to add tag helper attributes.

ExecutionContextOutputPropertyName

The property name for the tag helper's output.

ExecutionContextSetOutputContentAsyncMethodName

The name of the method on the property ExecutionContextOutputPropertyName used to execute child content and set the rendered results on its ExecutionContextOutputPropertyName property.

ExecutionContextTypeName

The name of the type describing a specific tag helper scope.

FormatInvalidIndexerAssignmentMethodName

The name of the method used to format an error message about using an indexer when the tag helper property is null.

HtmlEncoderPropertyName

The name of the property containing the HtmlEncoder.

MarkAsHtmlEncodedMethodName

The name of the method used to wrap a String value and mark it as HTML-encoded.

RunnerRunAsyncMethodName

The name of the RunnerTypeName method used to run tag helpers.

RunnerTypeName

The name of the type used to run tag helpers.

ScopeManagerBeginMethodName

The name of the ExecutionContextTypeName method used to start a scope.

ScopeManagerEndMethodName

The name of the ExecutionContextTypeName method used to end a scope.

ScopeManagerTypeName

The name of the type used to create scoped ExecutionContextTypeName instances.

StartTagHelperWritingScopeMethodName

The name of the method used to start a new writing scope.

TagHelperAttributeTypeName

The name of the type used to represent tag helper attributes.

TagHelperAttributeValuePropertyName

The name of the Value property of TagHelperAttribute.

TagHelperContentGetContentMethodName

The name of the method used to convert a TagHelperContent into a String.

TagHelperContentTypeName

The name of the type containing tag helper content.

TagHelperOutputContentPropertyName

The name of the property for the tag helper's output content.

TagHelperOutputIsContentModifiedPropertyName

The name of the property used to indicate the tag helper's content has been modified.

Applies to