DefaultHttpContext.FormOptions Property

Definition

Gets or set the FormOptions for this instance.

public:
 property Microsoft::AspNetCore::Http::Features::FormOptions ^ FormOptions { Microsoft::AspNetCore::Http::Features::FormOptions ^ get(); void set(Microsoft::AspNetCore::Http::Features::FormOptions ^ value); };
public Microsoft.AspNetCore.Http.Features.FormOptions FormOptions { get; set; }
member this.FormOptions : Microsoft.AspNetCore.Http.Features.FormOptions with get, set
Public Property FormOptions As FormOptions

Property Value

FormOptions

Applies to