C# Class EGSW.Services.UserAgentHelper

User agent helper
Inheritance: IUserAgentHelper
Mostrar archivo Open project: careerengine/EGSW-Project

Public Methods

Method Description
IsSearchEngine ( ) : bool

Get a value indicating whether the request is made by search engine (web crawler)

UserAgentHelper ( IWebHelper webHelper, System.Web.HttpContextBase httpContext ) : System

Ctor

Private Methods

Method Description
GetUasParser ( ) : UasParser

Method Details

IsSearchEngine() public method

Get a value indicating whether the request is made by search engine (web crawler)
public IsSearchEngine ( ) : bool
return bool

UserAgentHelper() public method

Ctor
public UserAgentHelper ( IWebHelper webHelper, System.Web.HttpContextBase httpContext ) : System
webHelper IWebHelper Web helper
httpContext System.Web.HttpContextBase HTTP context
return System