setTitleBytes

open fun setTitleBytes(value: ByteString): Context.Metadata.Builder
Defines the HTML title for the page, emitted in the <head>.
string title = 1;

Return

This builder for chaining.

Parameters

value

The bytes for title to set.