Share via


TagHelperChunk.TagMode Property

Definition

Gets the HTML syntax of the element in the Razor source.

public:
 property Microsoft::AspNetCore::Razor::TagHelpers::TagMode TagMode { Microsoft::AspNetCore::Razor::TagHelpers::TagMode get(); };
public Microsoft.AspNetCore.Razor.TagHelpers.TagMode TagMode { get; }
member this.TagMode : Microsoft.AspNetCore.Razor.TagHelpers.TagMode
Public ReadOnly Property TagMode As TagMode

Property Value

Applies to