SanSYS

Untitled

Jun 14th, 2015
24,775
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1. services.AddMvc().Configure<MvcOptions>(options =>
  2. {
  3.     options.ModelBinders.Insert(0, typeof(SomeProviderModelBinder));
  4. });
Advertisement
Add Comment
Please, Sign In to add comment