ScriptMethodAttribute::XmlSerializeString Property
Gets or sets a value that indicates whether all return types are serialized as XML, which includes string types.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Property Value
Type: System::Booleantrue if all return types are serialized as XML; otherwise, false. The default is false.
When this property is set to false, all return types are serialized as XML, except string, which is interpreted as XML markup. If the value is false, and if the return type is a string, and if the string does not contain XML markup that corresponds to a well-formed XML document, the succeeded callback function will be invoked but the resulting serialized string will be nullptr.
The value of XmlSerializeString is ignored when the ResponseFormat property is set to Json.
The following example shows how to apply ScriptMethodAttribute to a Web method with the XmlSerializeString property set to true. This code example is part of a larger example provided for the ScriptMethodAttribute class.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.