Redirection automatique vers un site optimisé pour Iphone ou autre mobile en ASP.NET, C#


string strUserAgent = Request.UserAgent.ToString().ToLower();

if (strUserAgent != null)

{

if (Request.Browser.IsMobileDevice == true || strUserAgent.Contains("iphone") ||

strUserAgent.Contains("blackberry") || strUserAgent.Contains("mobile") ||

strUserAgent.Contains("windows ce") || strUserAgent.Contains("opera mini") ||

strUserAgent.Contains("palm"))

{

Response.Redirect("iphone/default.aspx?id=" id_etab);

}

}

Commentaires

Posts les plus consultés de ce blog

The vaccine is not the right technology

Le vaccin n’est pas la bonne technologie

Scénario d'une gestion durable de l'humanité imaginée par un informaticien