ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / CallbackManager Class / WriteContent Method
The content
The content type

In This Topic
    WriteContent Method
    In This Topic
    Write the content to the response.
    Syntax
    'Declaration
     
    
    Public Sub WriteContent( _
       ByVal content As String, _
       Optional ByVal contentType As String _
    ) 
    public void WriteContent( 
       string content,
       string contentType
    )

    Parameters

    content
    The content
    contentType
    The content type
    See Also