MvcHtmlString(String) コンストラクター

定義

MvcHtmlString クラスの新しいインスタンスを初期化します。

public MvcHtmlString (string value);
new System.Web.Mvc.MvcHtmlString : string -> System.Web.Mvc.MvcHtmlString
Public Sub New (value As String)

パラメーター

value
String

作成する文字列。 値が割り当てられていない場合、オブジェクトは空の文字列値を使用して作成されます。

適用対象