Table of Contents

Method IsBadDomain

Namespace
DisCatSharp.Entities.Core
Assembly
DisCatSharp.dll

IsBadDomain(string)

Checks if the input is a bad domain.

public static bool IsBadDomain(string input)

Parameters

input string

The input domain or URL to check.

Returns

bool

true if the input is a bad domain and the bad domain checker was enabled; otherwise, false.