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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
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