2 types derived from RemoteAttributeBase
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
PageRemoteAttribute.cs (1)
20
public class PageRemoteAttribute :
RemoteAttributeBase
RemoteAttribute.cs (1)
19
public class RemoteAttribute :
RemoteAttributeBase
3 references to RemoteAttributeBase
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
PageRemoteAttribute.cs (1)
14
/// A <see cref="
RemoteAttributeBase
"/> for razor page handler which configures Unobtrusive validation
RemoteAttribute.cs (1)
14
/// A <see cref="
RemoteAttributeBase
"/> for controllers which configures Unobtrusive validation to send an Ajax request to the
RemoteAttributeBase.cs (1)
34
/// Initialize a new instance of <see cref="
RemoteAttributeBase
"/>.