RAD Admin - Code Editing of a Route


Figure 1: RAD Admin Portal Microservice Edit Route Code Screen
Figure 1: RAD Admin Portal Microservice Edit Route Code Screen

The route code page will have two sections.

On the left side of the screen, the Route Load Code section is available, where you can add the business logic for the route.

The right side of the screen is divided into three tabs called Pagepart Code, Prepart Code, and Postpart Code.

The Pagepart Code contains the HTML code for that particular route, which will be inserted into the body section.

The Prepart Code contains the HTML code for that particular route, which will be inserted into the head section.

The Postpart Code contains the HTML code for that particular route, which will be inserted into the footer section.