Click or drag to resize

EmbeddedResourceFileAttributeResourcePath Property

Gets the path to the embedded resource.

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

Property Value

String
A String with the full path to an embedded resource in the associated assembly.
Remarks

This path will be used to retrieve the resource from the assembly and serve it up.

See Also