Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.YetaWFManager.AddonsCustomSiteFolder Property

The physical location (path) of the site's custom addons folder.

Class: YetaWF.Core.Support.YetaWFManager
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public string AddonsCustomSiteFolder { get; }

Remarks

An individual site's file data folder is located at ./Website/wwwroot/AddonsCustom/..domainname.. on .NET.

This folder is publicly accessible. It contains JavaScript and CSS files which are served as static files.

See Also YetaWF.Core.Support.YetaWFManager ClassYetaWF.Core Overview