Contains head components, related to the document such as style and meta elements.
This component is used to define the <head> section of your email HTML template. It allows you to set metadata, such as content type.
<head>
@using BlazorEmail.Components <Head charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Email Title</title> </Head>