Obtains the registered tag prefix given the NGWS runtime namespace and the assembly to which a control belongs.
[Visual Basic] Function GetTagPrefix( _ ByVal nameSpace As String, _ ByVal assembly As String _ ) As String [C#] string GetTagPrefix( string nameSpace, string assembly ); [C++] String* GetTagPrefix( String* nameSpace, String* assembly ) = 0; [JScript] function GetTagPrefix( nameSpace : String, assembly : String ) : String;
The tag prefix that is registered for the given NGWS runtime namespace and assembly.
IWebFormServices Interface | IWebFormServices Members | System.Web.UI.Design Namespace