AddTagHelperChunk Class

A Microsoft.AspNetCore.Razor.Chunks.Chunk used to look up Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptors.

Namespace
Microsoft.AspNetCore.Razor.Chunks
Assemblies
  • Microsoft.AspNetCore.Razor

Syntax

public class AddTagHelperChunk : Chunk
class Microsoft.AspNetCore.Razor.Chunks.AddTagHelperChunk

Properties

Microsoft.AspNetCore.Razor.Chunks.AddTagHelperChunk.LookupText

Text used to look up Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptors.

Return type:System.String
public string LookupText { get; set; }