Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 390 Bytes

webapp.md

File metadata and controls

13 lines (10 loc) · 390 Bytes

C# Webapp Code Overview

Project Structure

Location: src/webapp

Folder Description
Controllers ASPNET Core controllers providing API endpoints for the webapp.
Models Webapp C# models providing object and data structure.
Properties Project launch settings.
Views ASPNET Core page HTML designs.
wwwroot CSS, JavaScript and image files.