String の等号と二重引用符文字の両方を表します。
Public Const EqualsDoubleQuoteString As String
[C#]
public const string EqualsDoubleQuoteString;
[C++]
public: const String* EqualsDoubleQuoteString;
[JScript]
public var EqualsDoubleQuoteString : String;
使用例
' 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] C++ および JScript のサンプルはありません。Visual Basic および C# のサンプルを表示するには、このページの左上隅にある言語のフィルタ ボタン をクリックします。
必要条件
プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ
参照
HtmlTextWriter クラス | HtmlTextWriter メンバ | System.Web.UI 名前空間