|
ModelControllerTGetNew Method
|
Used to get an empty record
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.158-beta
Syntax[RouteAttribute("New")]
[HttpGetAttribute]
public virtual IHttpActionResult GetNew()<RouteAttribute("New")>
<HttpGetAttribute>
Public Overridable Function GetNew As IHttpActionResultpublic:
[RouteAttribute(L"New")]
[HttpGetAttribute]
virtual IHttpActionResult^ GetNew()
[<RouteAttribute("New")>]
[<HttpGetAttribute>]
abstract GetNew : unit -> IHttpActionResult
[<RouteAttribute("New")>]
[<HttpGetAttribute>]
override GetNew : unit -> IHttpActionResult View SourceReturn Value
IHttpActionResultAn empty record
See Also