Page.ShouldSerializeWindowTitle Method

Definition

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

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

Returns

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

Applies to