Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NHtmlImageMapResponse Class / Render Method


In This Topic
    Render Method (NHtmlImageMapResponse)
    In This Topic
    Renders Html to the specified html text writer.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Render( _
       ByVal output As System.Web.UI.HtmlTextWriter, _
       ByVal ImageAcquisitionMode As ClientSideImageAcquisitionMode _
    ) 
    'Usage
     
    
    Dim instance As NHtmlImageMapResponse
    Dim output As System.Web.UI.HtmlTextWriter
    Dim ImageAcquisitionMode As ClientSideImageAcquisitionMode
     
    instance.Render(output, ImageAcquisitionMode)
    public override void Render( 
       System.Web.UI.HtmlTextWriter output,
       ClientSideImageAcquisitionMode ImageAcquisitionMode
    )

    Parameters

    output
    ImageAcquisitionMode
    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