This documentation is archived and is not being maintained.
HtmlTextWriter.EqualsDoubleQuoteString Field
.NET Framework 1.1
Represents an equals sign and a double quote character together in a String.
[Visual Basic] Public Const EqualsDoubleQuoteString As String [C#] public const string EqualsDoubleQuoteString; [C++] public: const String* EqualsDoubleQuoteString; [JScript] public var EqualsDoubleQuoteString : String;
Example
[Visual Basic] ' Write an equal sign and a quotation mark character. ' Use this after the attribute when setting its value. writer.Write(HtmlTextWriter.EqualsDoubleQuoteString) [C#] // Write an equal sign and a quotation mark character. // Use this after the attribute when setting its value. writer.Write(HtmlTextWriter.EqualsDoubleQuoteString);
[C++, JScript] No example is available for C++ or JScript. To view a Visual Basic or C# example, click the Language Filter button
in the upper-left corner of the page.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HtmlTextWriter Class | HtmlTextWriter Members | System.Web.UI Namespace
Show: