WebUIView.IgnoreApplicationContentUriRulesNavigationRestrictions Property

Definition

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.

Applies to