/// <summary>Static getter for Browser Description</summary> public static string GetBrowserDescription(IIMeta that) { return(that.GetPropertyValue <string>("browserDescription")); }
/// <summary>Static getter for Open Graph Title</summary> public static string GetOpenGraphTitle(IIMeta that) { return(that.GetPropertyValue <string>("openGraphTitle")); }
/// <summary>Static getter for Open Graph Type</summary> public static nuPickers.Picker GetOpenGraphType(IIMeta that) { return(that.GetPropertyValue <nuPickers.Picker>("openGraphType")); }
/// <summary>Static getter for Browser Title</summary> public static string GetBrowserTitle(IIMeta that) { return(that.GetPropertyValue <string>("browserTitle")); }