ReSharper 2016.1 Help

Predefined Surround Templates for Razor

ReSharper | Templates Explorer | Surround Templates | Razor

This topic lists all predefined surround templates for Razor in ReSharper 2016.1.1. For more information about surround templates, see Surrounding Code Fragments with Templates

TemplateDetails
tag

Wrap the selection in a tag

Scope HTML tags, Razor tags

Body

<$TAG$ $END$>$SELECTION$</$TAG$>

Parameters

  • TAG - Suggest tag name used in current document (suggestTagName)
  • SELECTION - The text selected by the user before invoking the template.
  • END - The caret position after the template is applied.
link

Wrap the selection in a hyperlink

Scope HTML and similar tags

Body

<a href="http://$END$">$SELECTION$</a>

Parameters

  • SELECTION - The text selected by the user before invoking the template.
  • END - The caret position after the template is applied.
Last modified: 19 August 2016