HtmlHelper.AttributeEncode 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AttributeEncode(Object)
public string AttributeEncode (object value);
member this.AttributeEncode : obj -> string
Public Function AttributeEncode (value As Object) As String
參數
傳回
HTML 編碼字串。 如果值參數是 null 或空白,這個方法會傳回空字串。
AttributeEncode(String)
public string AttributeEncode (string value);
member this.AttributeEncode : string -> string
Public Function AttributeEncode (value As String) As String
參數
傳回
HTML 編碼字串。 如果值參數是 null 或空白,這個方法會傳回空字串。