change html <title> only?

On a custom page, is there a native way to change only the html title of a custom resource page? I dont want to affect any breadcrumbs or nav.
Solution
like this
protected static ?string $title = 'custom title';
Was this page helpful?