From aeaa0376d1572f57281b8fd13eb416ff1fe675da Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Wed, 19 Jun 2019 11:06:40 -0700 Subject: [PATCH] Update refs --- .../Mvc.Core/ref/Microsoft.AspNetCore.Mvc.Core.netcoreapp3.0.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mvc/Mvc.Core/ref/Microsoft.AspNetCore.Mvc.Core.netcoreapp3.0.cs b/src/Mvc/Mvc.Core/ref/Microsoft.AspNetCore.Mvc.Core.netcoreapp3.0.cs index b270c45725..2af1c78d22 100644 --- a/src/Mvc/Mvc.Core/ref/Microsoft.AspNetCore.Mvc.Core.netcoreapp3.0.cs +++ b/src/Mvc/Mvc.Core/ref/Microsoft.AspNetCore.Mvc.Core.netcoreapp3.0.cs @@ -2320,6 +2320,7 @@ namespace Microsoft.AspNetCore.Mvc.ModelBinding public static string CreateIndexModelName(string parentName, int index) { throw null; } public static string CreateIndexModelName(string parentName, string index) { throw null; } public static string CreatePropertyModelName(string prefix, string propertyName) { throw null; } + public static Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata GetPathMetadata(Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata metadata, string path) { throw null; } } public abstract partial class ObjectModelValidator : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IObjectModelValidator {