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
Methods
ContainsFormValues()
bool ContainsFormValues()
Returns
GetFile(string)
HttpPostedFile GetFile(string file)
Parameters
file
string
Returns
GetUnvalidated(string)
string GetUnvalidated(string key)
Parameters
key
string