WebUIView.IgnoreApplicationContentUriRulesNavigationRestrictions Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.