Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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[]

Remarks

Note

The WriteLineToResponse method is obsolete. Use the ViewContext.Writer.WriteLine method instead.

See Also