When you scaffold an ePortal MVC Web presentation project using the Scaffold Unisys Controller for ePortal Data Source with Views Dialog, ePortal generates a controller and a view for each client message in the corresponding data source project. In particular, ePortal generates the following files:
<controllername>Controller.cs – Where <controllername> matches the controller name specified on the Scaffold Unisys Controller for ePortal Data Source with Views Dialog or Scaffold Unisys Controller for ePortal Data Source Dialog. This file is located in the Controllers folder; it contains the C# code to implement the controller class. For more information, refer to Programming in the Controller for MVC Web.
<clientmessagename>.cshtml – Where <clientmessagename> is the name of the corresponding client message. This file is located in the Views/<controllername> folder; it contains the C# razor code for the particular web page. Refer to Editing .cshtml Files more information.