Click or drag to resize

ModelControllerTGetNew Method

Used to get an empty record

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.158-beta
Syntax
[RouteAttribute("New")]
[HttpGetAttribute]
public virtual IHttpActionResult GetNew()
View Source

Return Value

IHttpActionResult
An empty record
See Also