DefaultHttpContext.FormOptions Property
Definition
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 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