View Source
Class NoopLookupNormalizer
No-op lookup normalizer to maintain compatibility with ASP.NET Identity 2
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class NoopLookupNormalizer : ILookupNormalizer
Methods
View Source
NormalizeEmail(String)
Declaration
public string NormalizeEmail(string email)
Parameters
Type |
Name |
Description |
System.String |
email |
|
Returns
Type |
Description |
System.String |
|
View Source
NormalizeName(String)
Declaration
public string NormalizeName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.String |
|