Skip to main content

DevExpressHelper.WriteToResponse(String, Object[]) Method

OBSOLETE

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

Writes a string to the text string or stream.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

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

Parameters

Name Type
format String
arg Object[]
See Also