TagHelperPrefixDirectiveChunk Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Chunk for the @tagHelperPrefix directive.
public ref class TagHelperPrefixDirectiveChunk : Microsoft::AspNetCore::Razor::Chunks::Chunk
public class TagHelperPrefixDirectiveChunk : Microsoft.AspNetCore.Razor.Chunks.Chunk
type TagHelperPrefixDirectiveChunk = class
inherit Chunk
Public Class TagHelperPrefixDirectiveChunk
Inherits Chunk
- Inheritance
Constructors
| TagHelperPrefixDirectiveChunk() |
Properties
| Association | (Inherited from Chunk) |
| Prefix |
Text used as a required prefix when matching HTML start and end tags in the Razor source to available tag helpers. |
| Start | (Inherited from Chunk) |