DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ServicesConfiguration

    A static class that provides an extension method to register all Web Core services to the given IServiceCollection.

    Inheritance
    object
    ServicesConfiguration
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Dependency
    Assembly: DataWeb.Core.dll
    Syntax
    public static class ServicesConfiguration

    Methods

    AddDataWebCore(IServiceCollection)

    Extension method to register all Web Core services to the given IServiceCollection.

    Declaration
    public static void AddDataWebCore(this IServiceCollection services)
    Parameters
    Type Name Description
    IServiceCollection services
    In this article
    Back to top Generated by DocFX