C# Class ProceXSS.Infrastructure.UrlChecker

Inheritance: IUrlChecker
ファイルを表示 Open project: ziyasal/ProceXSS Class Usage Examples

Public Methods

Method Description
ExistInExcludeList ( string rawUrl ) : bool
UrlChecker ( IXssConfigurationHandler moduleConfigurationHandler ) : ProceXSS.Configuration

Method Details

ExistInExcludeList() public method

public ExistInExcludeList ( string rawUrl ) : bool
rawUrl string
return bool

UrlChecker() public method

public UrlChecker ( IXssConfigurationHandler moduleConfigurationHandler ) : ProceXSS.Configuration
moduleConfigurationHandler IXssConfigurationHandler
return ProceXSS.Configuration