public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddViewLocalization(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, System.Action <Microsoft.Extensions.Localization.LocalizationOptions> setupAction)
 {
     throw null;
 }
 public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddViewLocalization(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder)
 {
     throw null;
 }
 public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddViewLocalization(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, Microsoft.AspNetCore.Mvc.Razor.LanguageViewLocationExpanderFormat format, System.Action <Microsoft.Extensions.Localization.LocalizationOptions> setupAction)
 {
     throw null;
 }
 public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddMvcLocalization(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, Microsoft.AspNetCore.Mvc.Razor.LanguageViewLocationExpanderFormat format)
 {
     throw null;
 }
 public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddMvcLocalization(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, System.Action <Microsoft.Extensions.Localization.LocalizationOptions> localizationOptionsSetupAction, System.Action <Microsoft.AspNetCore.Mvc.DataAnnotations.MvcDataAnnotationsLocalizationOptions> dataAnnotationsLocalizationOptionsSetupAction)
 {
     throw null;
 }
 public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddXmlSerializerFormatters(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder)
 {
     throw null;
 }
 public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddXmlSerializerFormatters(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, System.Action <Microsoft.AspNetCore.Mvc.Formatters.Xml.MvcXmlOptions> setupAction)
 {
     throw null;
 }
 public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddTagHelpersAsServices(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder)
 {
     throw null;
 }
 public static Microsoft.Extensions.DependencyInjection.IMvcBuilder InitializeTagHelper <TTagHelper>(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, System.Action <TTagHelper, Microsoft.AspNetCore.Mvc.Rendering.ViewContext> initialize) where TTagHelper : Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper
 {
     throw null;
 }
 public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddRazorOptions(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, System.Action <Microsoft.AspNetCore.Mvc.Razor.RazorViewEngineOptions> setupAction)
 {
     throw null;
 }
コード例 #11
0
 public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddRazorRuntimeCompilation(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, System.Action <Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.MvcRazorRuntimeCompilationOptions> setupAction)
 {
     throw null;
 }
コード例 #12
0
 public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddRazorRuntimeCompilation(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder)
 {
     throw null;
 }
 public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddNewtonsoftJson(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder, System.Action <Microsoft.AspNetCore.Mvc.MvcNewtonsoftJsonOptions> setupAction)
 {
     throw null;
 }
 public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddNewtonsoftJson(this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder)
 {
     throw null;
 }