Add Open Graph - Step 3
@if(Model is IOpenGraph){ @Html.Partial("../Views/Partials/OpenGraph.cshtml") }
<head>
...
@if(Model is IOpenGraph){
@Html.Partial("../Views/Partials/OpenGraph.cshtml")
}
</head>Last updated
Was this helpful?