Page.ShouldSerializeTitle Method

Definition

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

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

Returns

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

Applies to