2 overrides of GetUrl
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
PageRemoteAttribute.cs (1)
39
protected override string
GetUrl
(ClientModelValidationContext context)
RemoteAttribute.cs (1)
107
protected override string
GetUrl
(ClientModelValidationContext context)
2 references to GetUrl
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
RemoteAttributeBase.cs (2)
139
/// Calls derived <see cref="ValidationAttribute"/> implementation of <see cref="
GetUrl
(ClientModelValidationContext)"/>.
151
MergeAttribute(context.Attributes, "data-val-remote-url",
GetUrl
(context));