Show / Hide Table of Contents

Class MvcOptionsConfigurations

Class that contents MvcOptions and MvcJsonOptions extensions methods.

Inheritance
System.Object
MvcOptionsConfigurations
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StoneCo.Framework.HostedService.Configurations
Assembly: cs.temp.dll.dll
Syntax
public static class MvcOptionsConfigurations

Methods

ConfigureMvcOptions(MvcOptions, IConfiguration)

Configure Filters of Authorization, Request Messages and Request validation filters and so Model binders of DateTime and decimal.

Declaration
public static MvcOptions ConfigureMvcOptions(this MvcOptions mvcOptions, IConfiguration configuration)
Parameters
Type Name Description
MvcOptions mvcOptions

Intance of MvcOptions.

IConfiguration configuration

Intance of IConfiguration.

Returns
Type Description
MvcOptions

Intance of MvcOptions.

Back to top Generated by DocFX