Able Pro
.Net
.Net
  • ✨Introduction
  • 📐Quick Start
  • 📂Folder Structure
  • 🎭Customizer
    • 🌑Light & Dark Layout
    • ☀️Theme Contrast
    • 🎨Preset Colors
    • 🔖Sidebar Caption
    • 🇦🇪Rtl Layout
    • 🔛Box Container
  • 📦Dependencies
  • 🛟Support
  • 📅Changelog
Powered by GitBook
On this page

Folder Structure

Able-Pro-dotnet/
├── Ablepro/
│   ├── bin/
│   ├── Controllers/
│   ├── Models/
│   ├── obj/
│   ├── Properties/
│   ├── Views/
│   ├── wwwroot/
│   ├── appsettings.Development.json
│   ├── appsettings.json
│   ├── Ablepro.csproj
│   ├── Program.cs
├── src/
│   ├── assets/
├── AbleproDotNet.sln
├── gulpfile.js
├── package.json

PreviousQuick StartNextCustomizer

Last updated 1 year ago

📂