SkinRegistrarGetWebResourceUrl Method (Page, Type, 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(
Page controlPage,
Type controlType,
string resourceName
)
Public Shared Function GetWebResourceUrl (
controlPage As Page,
controlType As Type,
resourceName As String
) As String
public:
static String^ GetWebResourceUrl(
Page^ controlPage,
Type^ controlType,
String^ resourceName
)
static member GetWebResourceUrl :
controlPage : Page *
controlType : Type *
resourceName : string -> string
Parameters
- controlPage
- Type: System.Web.UIPage
- controlType
- Type: SystemType
- resourceName
- Type: SystemString
Return Value
Type:
String
See Also