ComponentOne ASP.NET MVC Controls
WriteContent Method

C1.Web.Mvc Namespace > CallbackManager Class : WriteContent Method
The content
The content type
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

Reference

CallbackManager Class
CallbackManager Members