Map the mobile device setting to a particular device. You must use a .NET regular expression to create the mapping. The expression ...

Map the mobile device setting to a particular device. You must use a .NET regular expression to create the mapping. The expression must consist of three sections that are separated by a vertical bar ( | ), as follows: Request.UserHostAddress=|HostName=|Request.UserAgent= , where  is a.NET regular expression to match the requestor IP address,  is a .NET regular expression to match the network name of the requestor, and  is a .NET regular expression to match the identification of the browser used by the requestor. For example, to use Internet Explorer 8 you could type: Request.UserHostAddress=.*|HostName=.*|Request.UserAgent=MSIE\s8\.0
English
English (United States)
日本語
Japanese