Page.ShouldSerializeShowsNavigationUI Method

Definition

Allows derived classes to determine the serialization behavior of the ShowsNavigationUI property.

public:
 bool ShouldSerializeShowsNavigationUI();
public bool ShouldSerializeShowsNavigationUI ();
member this.ShouldSerializeShowsNavigationUI : unit -> bool
Public Function ShouldSerializeShowsNavigationUI () As Boolean

Returns

true if the content should be serialized; otherwise, false.

Applies to