the-prism / Content-Browser

C# dotnet core web app to browse content files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content-Browser

C# dotnet core web app to browse content files

Usage

The app is pretty straight forward. The Home page displays the list of folders and files in the content location.

In order to set the content location, you need to edit the Resources.resx file in the Properties folder and change the path to where you want to have your content root to be located.

<data name="ContentPath" xml:space="preserve">
  <value>C:/SomePath</value>
</data>

About

C# dotnet core web app to browse content files

License:GNU General Public License v3.0


Languages

Language:C# 54.0%Language:HTML 35.9%Language:CSS 8.3%Language:JavaScript 1.8%