Predefined Surround Templates for Razor
This topic lists all predefined surround templates for Razor in JetBrains Rider 2021.1. For more information about surround templates, see Surround Code Fragments with Templates
Template | Details |
---|---|
tag | Scope HTML tags, Razor tags Body <$TAG$ $END$>$SELECTION$</$TAG$> Parameters
|
link | Wrap the selection in a hyperlink Scope HTML and similar tags Body <a href="http://$END$">$SELECTION$</a> Parameters
|
Last modified: 12 July 2021