Table of Contents

Interface IFormValues

Namespace
JJMasterData.Core.Http.Abstractions
Assembly
JJMasterData.Core.dll
public interface IFormValues
Extension Methods

Properties

this[string]

string this[string key] { get; }

Parameters

key string

Property Value

string

Methods

ContainsFormValues()

bool ContainsFormValues()

Returns

bool

GetFile(string)

HttpPostedFile GetFile(string file)

Parameters

file string

Returns

HttpPostedFile

GetUnvalidated(string)

string GetUnvalidated(string key)

Parameters

key string

Returns

string