HtmlHelper.AttributeEncode メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AttributeEncode(Object)
指定された属性値を HTML エンコードされた文字列に変換します。
public string AttributeEncode (object value);
member this.AttributeEncode : obj -> string
Public Function AttributeEncode (value As Object) As String
パラメーター
戻り値
HTML エンコードされた文字列。 値パラメーターが null または空の場合、このメソッドは空の文字列を返します。
AttributeEncode(String)
指定された属性値を HTML エンコードされた文字列に変換します。
public string AttributeEncode (string value);
member this.AttributeEncode : string -> string
Public Function AttributeEncode (value As String) As String
パラメーター
戻り値
HTML エンコードされた文字列。 値パラメーターが null または空の場合、このメソッドは空の文字列を返します。