SkinRegistrarGetWebResourceUrl Method (Control, String) |
Namespace: Kettic.AspNetAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static string GetWebResourceUrl(
Control control,
string resourceName
)
Public Shared Function GetWebResourceUrl (
control As Control,
resourceName As String
) As String
public:
static String^ GetWebResourceUrl(
Control^ control,
String^ resourceName
)
static member GetWebResourceUrl :
control : Control *
resourceName : string -> string
Parameters
- control
- Type: System.Web.UIControl
- resourceName
- Type: SystemString
Return Value
Type:
String
See Also