Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RemoteAttribute.AdditionalFields Property

Definition

Namespace:
Microsoft.AspNetCore.Mvc
Assembly:
Microsoft.AspNetCore.Mvc.ViewFeatures.dll
Package:
Microsoft.AspNetCore.Mvc.ViewFeatures v1.0.0
Package:
Microsoft.AspNetCore.Mvc.ViewFeatures v1.1.0
Package:
Microsoft.AspNetCore.Mvc.ViewFeatures v2.0.0
Package:
Microsoft.AspNetCore.Mvc.ViewFeatures v2.1.0
Package:
Microsoft.AspNetCore.Mvc.ViewFeatures v2.2.0
Source:
RemoteAttribute.cs
Source:
RemoteAttribute.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the comma-separated names of fields the client should include in a validation request.

public:
 property System::String ^ AdditionalFields { System::String ^ get(); void set(System::String ^ value); };
public string AdditionalFields { get; set; }
member this.AdditionalFields : string with get, set
Public Property AdditionalFields As String

Property Value

Applies to


Feedback

Was this page helpful?