'Declaration
Public Shared Sub RenderAjaxControlToXhtml( _ ByVal technology As NClientServerTechnology, _ ByVal state As NStateObject, _ ByVal jsCallbackServiceClassName As System.String, _ ByVal altText As System.String, _ ByVal output As System.Web.UI.HtmlTextWriter _ )
'Usage
Dim technology As NClientServerTechnology Dim state As NStateObject Dim jsCallbackServiceClassName As System.String Dim altText As System.String Dim output As System.Web.UI.HtmlTextWriter NAjaxTechnologyHelper.RenderAjaxControlToXhtml(technology, state, jsCallbackServiceClassName, altText, output)
public static void RenderAjaxControlToXhtml( NClientServerTechnology technology, NStateObject state, System.string jsCallbackServiceClassName, System.string altText, System.Web.UI.HtmlTextWriter output )
Parameters
- technology
- state
- jsCallbackServiceClassName
- altText
- output