Nevron.UI.WebForm.Controls Namespace / NAjaxTechnologyHelper Class / RenderAjaxControlToXhtml Method


In This Topic
    RenderAjaxControlToXhtml Method
    In This Topic
    Syntax
    '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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also