ReSharper 2016.3 Help

Predefined Surround Templates for ASP.NET

ReSharper | Templates Explorer | Surround Templates | ASP.NET

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

TemplateDetails
tag

Scope ASP.NET tags

Body

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

Parameters

  • TAG - Suggest tag name used in current document (suggestTagName)
  • RUNATSERVER - Insert runat="server" if server-side tag selected (runAtServer)
  • SELECTION - The text selected by the user before invoking the template.
  • END - The caret position after the template is applied.

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: 12 October 2017