Gets the embedded visual style web resource URL.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public static string GetEmbeddedVisualStyleWebResourceUrl(
	Type iPhoneControlType,
	string visualStyleName,
	Page page
)
Visual Basic
Public Shared Function GetEmbeddedVisualStyleWebResourceUrl ( _
	iPhoneControlType As Type, _
	visualStyleName As String, _
	page As Page _
) As String

Parameters

iPhoneControlType
Type: System..::..Type
Type of the c1 iPhone control.
visualStyleName
Type: System..::..String
Name of the visual style.
page
Type: System.Web.UI..::..Page
The page.

Return Value

See Also