|
EmbeddedResourceFileAttributeResourcePath Property
|
Gets the path to the embedded resource.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string ResourcePath { get; }
Public ReadOnly Property ResourcePath As String
Get
member ResourcePath : string with get
function get_ResourcePath();
View SourceProperty 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