Skip to main content

HTML

This article describes all Context Providers in the Editor | Code | HTML group. Refer to the Context Providers article for details on how to access Context Providers from the other groups.

A … Z
InHtmlAttributeName
InHtmlAttributeValue
InHtmlComment
InHtmlOpenTag
InRazorBlock


[InHtmlAttributeName]

Satisfied when the caret is located on an HTML attribute name.

Supported Languages: HTML


[InHtmlAttributeValue]

Satisfied when the caret is located on an HTML attribute value.

Supported Languages: HTML


[InHtmlComment]

Satisfied when the caret is located inside an HTML comment.

Supported Languages: HTML


[InHtmlOpenTag]

Satisfied when the caret is located inside an HTML opening tag.

Supported Languages: HTML


[InRazorBlock]

Satisfied when the caret is located inside a Razor code block.

Supported Languages: C#, Visual Basic, HTML