我正在尝试在我的网站上实施结构化数据。我将Schema.net放入我的项目中,并试图实现。
我对如何实现某些数据类型非常困惑,并且正在寻求帮助。这是Schema网站,其中包含C#中的示例:
我可以在VB中设置几个标签:
@
我的问题是我需要使用其他一些非常混乱的标签。示例:
Dim website As New WebSite()
website.AlternateName = "An Alternative Name"
website.Version = "1"
website.Headline = "title"
website.Genre = "Music"
dim jsonLd = website.ToString()
website.datecreated定义为(New OneOrMany(Of DateTimeOffset?))
website.author定义为(组织(人员)的新值)
问题: 如何在两个项目中都写一个值?
答案
在这里回答:How to assign data to OneOrMany(Of DateTimeOffset?) Data structure