MY TESTED ASP.NET CORE MVC DOCS
Show / Hide Table of Contents

Class ServiceCollectionViewFeaturesExtensions

Contains view features extension methods for IServiceCollection.

Inheritance
System.Object
ServiceCollectionViewFeaturesExtensions
Namespace:MyTested.AspNetCore.Mvc
Assembly:MyTested.AspNetCore.Mvc.ViewFeatures.dll
Syntax
public static class ServiceCollectionViewFeaturesExtensions

Methods

| Improve this Doc View Source

AddViewFeaturesTesting(IServiceCollection)

Adds view features testing services.

Declaration
public static IServiceCollection AddViewFeaturesTesting(this IServiceCollection serviceCollection)
Parameters
Type Name Description
Microsoft.Extensions.DependencyInjection.IServiceCollection serviceCollection

Instance of IServiceCollection type.

Returns
Type Description
Microsoft.Extensions.DependencyInjection.IServiceCollection

The same IServiceCollection.

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2016 MyTestedASP.NET. All Rights Reserved. Generated by DocFX