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

DevExpressHelper.WriteLineToResponse(String, Object[]) Method

OBSOLETE

Use the ViewContext.Writer.WriteLine(string format, params object[] arg) method instead.

Writes a string to the stream.

Namespace: DevExpress.Web.Mvc

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

Declaration

[Obsolete("Use the ViewContext.Writer.WriteLine(string format, params object[] arg) method instead.", true)]
public static void WriteLineToResponse(
    string format,
    params object[] arg
)

Parameters

Name Type
format String
arg Object[]
See Also