22 references to Resources
Microsoft.AspNetCore.Mvc.Abstractions (22)
artifacts\obj\Microsoft.AspNetCore.Mvc.Abstractions\Release\net10.0\Microsoft.AspNetCore.Mvc.Abstractions.Resources.cs (1)
10
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(
Resources
)));
ModelBinding\BindingInfo.cs (1)
68
Resources
.FormatBinderType_MustBeIModelBinder(
ModelBinding\BindingSource.cs (11)
21
Resources
.BindingSource_Body,
30
Resources
.BindingSource_Custom,
39
Resources
.BindingSource_Form,
48
Resources
.BindingSource_Header,
58
Resources
.BindingSource_ModelBinding,
67
Resources
.BindingSource_Path,
76
Resources
.BindingSource_Query,
85
Resources
.BindingSource_Services,
94
Resources
.BindingSource_Special,
103
Resources
.BindingSource_FormFile,
186
var message =
Resources
.FormatBindingSource_CannotBeComposite(
ModelBinding\CompositeBindingSource.cs (4)
33
var message =
Resources
.FormatBindingSource_CannotBeGreedy(
41
var message =
Resources
.FormatBindingSource_MustBeFromRequest(
49
var message =
Resources
.FormatBindingSource_CannotBeComposite(
84
var message =
Resources
.FormatBindingSource_CannotBeComposite(
ModelBinding\ModelMetadata.cs (1)
688
Resources
.FormatRecordTypeHasValidationOnProperties(ModelType, property.Name));
ModelBinding\ModelStateDictionary.cs (4)
412
throw new InvalidOperationException(
Resources
.Validation_InvalidFieldCannotBeReset);
432
throw new InvalidOperationException(
Resources
.Validation_InvalidFieldCannotBeReset_ToSkipped);
569
throw new InvalidOperationException(
Resources
.FormatModelStateDictionary_MaxModelStateDepth(MaxStateDepth));
671
var exception = new TooManyModelErrorsException(
Resources
.ModelStateDictionary_MaxModelStateErrors);