|
CrudControllerTEntitySearchByText Method |
Executes a search in the server
Namespace: DrawerBackup.Native.Server.ControllersAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
[HttpPostAttribute]
public virtual Task<HttpResponseMessage> SearchByText()
<AuthorizeAttribute>
<HttpPostAttribute>
Public Overridable Function SearchByText As Task(Of HttpResponseMessage)
public:
[AuthorizeAttribute]
[HttpPostAttribute]
virtual Task<HttpResponseMessage^>^ SearchByText()
[<AuthorizeAttribute>]
[<HttpPostAttribute>]
abstract SearchByText : unit -> Task<HttpResponseMessage>
[<AuthorizeAttribute>]
[<HttpPostAttribute>]
override SearchByText : unit -> Task<HttpResponseMessage>
Return Value
Type:
TaskHttpResponseMessage
See Also