This component is used to define the <head> section of your email HTML template. It allows you to set metadata, such as content type.

Example Usage

@using BlazorEmail.Components

<Head charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>Email Title</title>
</Head>