PreallocatedTagHelperAttributeChunk Class

Definition

A Chunk that represents a pre-allocated tag helper attribute.

public ref class PreallocatedTagHelperAttributeChunk : Microsoft::AspNetCore::Razor::Chunks::Chunk
public class PreallocatedTagHelperAttributeChunk : Microsoft.AspNetCore.Razor.Chunks.Chunk
type PreallocatedTagHelperAttributeChunk = class
    inherit Chunk
Public Class PreallocatedTagHelperAttributeChunk
Inherits Chunk
Inheritance
PreallocatedTagHelperAttributeChunk

Constructors

PreallocatedTagHelperAttributeChunk()

Properties

Association (Inherited from Chunk)
AttributeVariableAccessor

The variable holding the pre-allocated attribute.

Start (Inherited from Chunk)

Applies to