Add an HTML meta Element to the document head from an Orchard theme

From within Layout.cshtml, use SetMeta. For example:

SetMeta(name: "", content: "IE=edge", httpEquiv: "X-UA-Compatible", charset: "");
SetMeta(name: "viewport", content: "width=device-width, initial-scale=1.0", httpEquiv: "", charset: "");