AppDomainSetup.DisallowBindingRedirects 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示應用程式定義域是否允許組件繫結重新導向。
public:
property bool DisallowBindingRedirects { bool get(); void set(bool value); };
public bool DisallowBindingRedirects { get; set; }
member this.DisallowBindingRedirects : bool with get, set
Public Property DisallowBindingRedirects As Boolean
屬性值
如果不允許組件重新導向,則為 true
;如果允許,則為 false
。
備註
屬性 DisallowBindingRedirects 的設計目的是要供元件系結重新導向不屬於應用程式案例的服務和伺服器應用程式使用。
只有在載入強式名稱元件時,才會考慮這個屬性的值。 沒有強式名稱的元件一律會套用系結重新導向。