ShellContent.Content Property

Definition

Gets or sets the Page.

public:
 property System::Object ^ Content { System::Object ^ get(); void set(System::Object ^ value); };
public object Content { get; set; }
member this.Content : obj with get, set
Public Property Content As Object

Property Value

Remarks

Using this property will cause performance issues. Please use ContentTemplate instead.

Applies to