C# Class EGSW.Services.UserAgentHelper

User agent helper
Inheritance: IUserAgentHelper
Afficher le fichier Open project: careerengine/EGSW-Project

Méthodes publiques

Méthode 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

Méthode Description
GetUasParser ( ) : UasParser

Method Details

IsSearchEngine() public méthode

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

UserAgentHelper() public méthode

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