Click or drag to resize

EmbeddedResourcePathProviderAllowOverrides Property

Gets a value indicating if embedded files can be overridden.

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public virtual bool AllowOverrides { get; }
View Source

Property Value

Boolean
if embedded files can be overridden by other files (e.g., if filesystem files override embedded files); if not. Defaults to .
Remarks

This property uses the AppSettings key ConfigKeyAllowOverrides to determine if overrides are allowed. If the key is present, it is parsed to a Boolean and that value is returned. If the key is not present or if any error occurs during the parsing, is returned.

See Also