Code Generation in ASP.NET
ReSharper allows you to generate content for ASP.NET web forms and master pages according to content placeholders defined in the related master page files.
Generate content for placeholders
In the editor, open an .aspx or .master file and place the caret where you want to generate a Content control.
Press Alt+Insert or choose
from the main menu . Alternatively, you can press Control+Shift+A, start typing the command name in the popup, and then choose it there.In the Generate menu, choose Content for Placeholders.
On the Generate content for masterpage's content placeholder page of the Generate wizard, select ContentPlaceHolder controls from a master page to generate related Content controls in the current file.
As an option, use Copy default content, if ContentPlaceHolder control contains default content and you want to copy it to the content page.
You can click Advanced and then Next to view exactly what controls will be created.
Click Finish to complete the wizard.
Generating Content
tags based on ContentPlaceHolder
tags defined in a master page.