WebUIView.IgnoreApplicationContentUriRulesNavigationRestrictions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies whether to ignore content URI rules and navigation restrictions.
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
Property Value
Boolean
bool
true to ignore content URI rules; false to apply them.