Freigeben über


WebUIView.IgnoreApplicationContentUriRulesNavigationRestrictions Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob Inhalts-URI-Regeln und Navigationseinschränkungen ignoriert werden sollen, oder legt diesen fest.

public:
 property bool IgnoreApplicationContentUriRulesNavigationRestrictions { bool get(); void set(bool value); };
bool IgnoreApplicationContentUriRulesNavigationRestrictions();

void IgnoreApplicationContentUriRulesNavigationRestrictions(bool value);
public bool IgnoreApplicationContentUriRulesNavigationRestrictions { get; set; }
var boolean = webUIView.ignoreApplicationContentUriRulesNavigationRestrictions;
webUIView.ignoreApplicationContentUriRulesNavigationRestrictions = boolean;
Public Property IgnoreApplicationContentUriRulesNavigationRestrictions As Boolean

Eigenschaftswert

Boolean

bool

true , um Inhalts-URI-Regeln zu ignorieren; False , um sie anzuwenden.

Gilt für: