AjaxOptions.InsertionMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定模式,這個模式會指定如何將回應插入至目標 DOM 項目中。
public System.Web.Mvc.Ajax.InsertionMode InsertionMode { get; set; }
member this.InsertionMode : System.Web.Mvc.Ajax.InsertionMode with get, set
Public Property InsertionMode As InsertionMode
屬性值
插入模式 ("InsertAfter"、"InsertBefore" 或 "Replace")。 預設值為 "Replace"。