Ejemplo n.º 1
0
 internal static string UriEncodeSrcSet(string srcset) => UriHelpers.UriEncodeSrcSet(srcset);
Ejemplo n.º 2
0
 /// <summary>
 /// Test Accessor
 /// </summary>
 private string EncodeSrcSetTestAccessor(string srcset) => UriHelpers.UriEncodeSrcSet(srcset);