Ejemplo n.º 1
0
 /// <summary>
 /// Uses the IJSRuntime to load the metatags, and then parse out the key value pairs.
 /// </summary>
 public override void Load()
 {
     Data = ParseMetadata(jsRuntime.GetKeyValueMetatags(keyLabel, valueLabel));
 }