Search Results for

    Show / Hide Table of Contents
    View Source

    Class NoopLookupNormalizer

    No-op lookup normalizer to maintain compatibility with ASP.NET Identity 2

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class NoopLookupNormalizer

    Methods

    View Source

    NormalizeEmail(string?)

    Returns a normalized representation of the specified email.

    Declaration
    public string? NormalizeEmail(string? email)
    Parameters
    Type Name Description
    string email

    The email to normalize.

    Returns
    Type Description
    string

    A normalized representation of the specified email.

    View Source

    NormalizeName(string?)

    Returns a normalized representation of the specified name.

    Declaration
    public string? NormalizeName(string? name)
    Parameters
    Type Name Description
    string name

    The key to normalize.

    Returns
    Type Description
    string

    A normalized representation of the specified name.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX