Resolves the assembly names.

Namespace:  C1.Web.UI.Controls.C1Schedule.Commands
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public static string ResolveAssemblyNames(
	string userControlContent
)
Visual Basic
Public Shared Function ResolveAssemblyNames ( _
	userControlContent As String _
) As String

Parameters

userControlContent
Type: System..::..String
Content of the user control.

Return Value

See Also