# IWindowAwareViewModel.Content property

The object shown in the window body. This is typically a nested view model or a view instance resolved from [`ViewLocatorAttribute`](../ViewLocatorAttribute.md), but plain text works as well.

```csharp
public object Content { get; }
```

## See Also

* interface [IWindowAwareViewModel](../IWindowAwareViewModel.md)
* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](../index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Common.Contracts.dll -->
