TagHelperBlock.TagMode Property
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.
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