mirror of
https://github.com/PacktPublishing/Web-Development-with-Blazor-Second-Edition.git
synced 2026-04-07 15:23:56 +00:00
Initial commit
This commit is contained in:
parent
2190113c56
commit
3088165398
1765 changed files with 192085 additions and 0 deletions
9
Chapter03/MyBlog/Data/BlogApiJsonDirectAccessSetting.cs
Normal file
9
Chapter03/MyBlog/Data/BlogApiJsonDirectAccessSetting.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Data;
|
||||
|
||||
public class BlogApiJsonDirectAccessSetting
|
||||
{
|
||||
public string BlogPostsFolder { get; set; } = "";
|
||||
public string CategoriesFolder { get; set; } = "";
|
||||
public string TagsFolder { get; set; } = "";
|
||||
public string DataPath { get; set; } = "";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue