Beispiel #1
0
 internal EmbeddedResult(EmbeddedResultType type, string providerName, string url = null, string html = null, int?width = null, int?height = null)
 {
     Type         = type;
     ProviderName = providerName;
     Url          = url;
     Html         = html;
     Width        = width;
     Height       = height;
 }
Beispiel #2
0
 internal EmbeddedResult(EmbeddedResultType type, string providerName, string url = null, string html = null, int ? width = null, int? height = null)
 {
     Type = type;
     ProviderName = providerName;
     Url = url;
     Html = html;
     Width = width;
     Height = height;
 }