'Declaration
Public MustOverride Sub Render( _ ByVal httpContext As System.Web.HttpContext _ )
'Usage
Dim instance As NResponseOutput Dim httpContext As System.Web.HttpContext instance.Render(httpContext)
public abstract void Render( System.Web.HttpContext httpContext )
Parameters
- httpContext