Skip to main content
A newer version of this page is available. .

DevExpressHelper.WriteToResponse(String) Method

OBSOLETE

Use the ViewContext.Writer.Write(string value) method instead.

Writes a string to the text string or stream.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

[Obsolete("Use the ViewContext.Writer.Write(string value) method instead.", true)]
public static void WriteToResponse(
    string value
)

Parameters

Name Type
value String
See Also