Base solution for your next web application
Open Closed

Is there a reference guide that lists where each component on a page is located in the filesystem? #6488


User avatar
0
commondesk created

Im a aspnetzero nube but im trying to determine, if i see something on the screen, what file in html or ts is used to generate it.

For example, it took 10 minutes to trackdown that the toolbar at the top of every page came from topbar.component.html.

The page name is appropiate, but it still took a while to find it.

Quesiton: is there a reference guide that list of these major files, what they do and where they can be found.

Thanks


1 Answer(s)
  • User Avatar
    0
    aaron created
    Support Team

    It is not practical to list every component. Use Ctrl+F.

    For MVC, you can see _Layout.cshtml.