ClientScriptResourceAttributeResourcePath Property |
This is the path to the resource in the assembly. This is usually defined as
[default namespace].[Folder name].FileName. In a project called "ControlLibrary1", a
JScript file called Foo.js in the "Script" subdirectory would be named "ControlLibrary1.Script.Foo.js" by default.
Namespace: Kettic.AspNetAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string ResourcePath { get; set; }
Public Property ResourcePath As String
Get
Set
public:
property String^ ResourcePath {
String^ get ();
void set (String^ value);
}
member ResourcePath : string with get, set
Property Value
Type:
String
See Also