View.openGraphGeneralMeta

Adds open graph general meta tags.

class View
final
static if(isWebServer)
void
openGraphGeneralMeta
(
string title
,,
string image
,
string url
,
string siteName
,
string type
)

Parameters

title string

The title.

description string

The description.

image string

The image.

url string

The url.

siteName string

The site name.

type string

The type.

Meta