ILookupNormalizer Interface

Provides an abstraction for normalizing keys for lookup purposes.

Namespace
Microsoft.AspNetCore.Identity
Assemblies
  • Microsoft.AspNetCore.Identity

Syntax

public interface ILookupNormalizer
interface Microsoft.AspNetCore.Identity.ILookupNormalizer

Methods

Normalize(System.String)

Returns a normalized representation of the specified <em>key</em>.

Arguments:key (System.String) – The key to normalize.
Return type:System.String
Returns:A normalized representation of the specified <em>key</em>.
string Normalize(string key)