Click or drag to resize

EmbeddedResourceFileAttributeResourceNamespace Property

Gets the namespace for the embedded resource.

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

Property Value

String
A String with the embedded resource namespace.
Remarks

This namespace will be removed from the full ResourcePath to create the virtual application path for the resource.

See Also