Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.YetaWFManager.Deployed Property

Defines whether the currently running instance of YetaWF is a deployed instance or not.

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

Syntax

public static bool Deployed { get; }

true for a deployed site, false otherwise.

Remarks

A "deployed" instance is not necessarily a Release build, but behaves as though it is.

A deployed instance is considered to run as a public website with all development features disabled. TODO: Need an actual list of development features here.

AppSettings.json (Application.P.YetaWF_Core.Deployed) is used to define whether the site is a deployed site.

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