PageParser::EnableLongStringsAsResources Property
Gets or sets a value that indicates whether ASP.NET should optimize its internal handling of long strings that are encountered when ASP.NET parses a page or control.
Assembly: System.Web (in System.Web.dll)
public: static property bool EnableLongStringsAsResources { bool get (); void set (bool value); }
Property Value
Type: System::Booleantrue if ASP.NET should optimize its internal handling of long strings; otherwise false.
By default, the ASP.NET page parser converts literal strings that contain 256 or more characters into a temporary resource string. This property can be set to false in order to disable this behavior and instead to write the literal string directly to the response stream. This property can only be set in the Global.asax file before the PreApplicationStart event occurs. This property can be read at any time.
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.