MvcHtmlString.IsNullOrEmpty(MvcHtmlString) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的字串是否包含內容,或為 Null 或空白。
public static bool IsNullOrEmpty (System.Web.Mvc.MvcHtmlString value);
static member IsNullOrEmpty : System.Web.Mvc.MvcHtmlString -> bool
Public Shared Function IsNullOrEmpty (value As MvcHtmlString) As Boolean
參數
- value
- MvcHtmlString
字串。
傳回
如果字串為 Null 或空白,則為 true;否則為 false。