Creates an AcceptedResult object that produces a Status202Accepted response.
(Inherited from ControllerBase) Accepted(Object)Creates an AcceptedResult object that produces a Status202Accepted response.
(Inherited from ControllerBase) Accepted(String, Object)Creates an AcceptedResult object that produces a Status202Accepted response.
(Inherited from ControllerBase) Accepted(String)Creates an AcceptedResult object that produces a Status202Accepted response.
(Inherited from ControllerBase) Accepted(Uri, Object)Creates an AcceptedResult object that produces a Status202Accepted response.
(Inherited from ControllerBase) Accepted(Uri)Creates an AcceptedResult object that produces a Status202Accepted response.
(Inherited from ControllerBase) AcceptedAtAction(String, Object, Object)Creates an AcceptedAtActionResult object that produces a Status202Accepted response.
(Inherited from ControllerBase) AcceptedAtAction(String, Object)Creates an AcceptedAtActionResult object that produces a Status202Accepted response.
(Inherited from ControllerBase) AcceptedAtAction(String, String, Object, Object)Creates an AcceptedAtActionResult object that produces a Status202Accepted response.
(Inherited from ControllerBase) AcceptedAtAction(String, String, Object)Creates an AcceptedAtActionResult object that produces a Status202Accepted response.
(Inherited from ControllerBase) AcceptedAtAction(String, String)Creates an AcceptedAtActionResult object that produces a Status202Accepted response.
(Inherited from ControllerBase) AcceptedAtAction(String)Creates an AcceptedAtActionResult object that produces a Status202Accepted response.
(Inherited from ControllerBase) AcceptedAtRoute(Object, Object)Creates an AcceptedAtRouteResult object that produces a Status202Accepted response.
(Inherited from ControllerBase) AcceptedAtRoute(Object)Creates an AcceptedAtRouteResult object that produces a Status202Accepted response.
(Inherited from ControllerBase) AcceptedAtRoute(String, Object, Object)Creates an AcceptedAtRouteResult object that produces a Status202Accepted response.
(Inherited from ControllerBase) AcceptedAtRoute(String, Object)Creates an AcceptedAtRouteResult object that produces a Status202Accepted response.
(Inherited from ControllerBase) AcceptedAtRoute(String)Creates an AcceptedAtRouteResult object that produces a Status202Accepted response.
(Inherited from ControllerBase) BadRequest()Creates a BadRequestResult that produces a Status400BadRequest response.
(Inherited from ControllerBase) BadRequest(ModelStateDictionary)Creates a BadRequestObjectResult that produces a Status400BadRequest response.
(Inherited from ControllerBase) BadRequest(Object)Creates a BadRequestObjectResult that produces a Status400BadRequest response.
(Inherited from ControllerBase) Challenge()Creates a ChallengeResult.
(Inherited from ControllerBase) Challenge(AuthenticationProperties, String[])Creates a ChallengeResult with the specified specified authentication schemes and properties
.
Creates a ChallengeResult with the specified authentication schemes and properties
.
Creates a ChallengeResult with the specified properties
.
Creates a ChallengeResult with the specified properties
.
Creates a ChallengeResult with the specified authentication schemes.
(Inherited from ControllerBase) Conflict()Creates a ConflictResult that produces a Status409Conflict response.
(Inherited from ControllerBase) Conflict(ModelStateDictionary)Creates a ConflictObjectResult that produces a Status409Conflict response.
(Inherited from ControllerBase) Conflict(Object)Creates a ConflictObjectResult that produces a Status409Conflict response.
(Inherited from ControllerBase) Content(String, MediaTypeHeaderValue)Creates a ContentResult object by specifying a content
string and a contentType
.
Creates a ContentResult object by specifying a content
string, a contentType
, and contentEncoding
.
Creates a ContentResult object by specifying a content
string and a content type.
Creates a ContentResult object by specifying a content
string.
Creates a CreatedResult object that produces a Status201Created response.
(Inherited from ControllerBase) Created(String, Object)Creates a CreatedResult object that produces a Status201Created response.
(Inherited from ControllerBase) Created(Uri, Object)Creates a CreatedResult object that produces a Status201Created response.
(Inherited from ControllerBase) CreatedAtAction(String, Object, Object)Creates a CreatedAtActionResult object that produces a Status201Created response.
(Inherited from ControllerBase) CreatedAtAction(String, Object)Creates a CreatedAtActionResult object that produces a Status201Created response.
(Inherited from ControllerBase) CreatedAtAction(String, String, Object, Object)Creates a CreatedAtActionResult object that produces a Status201Created response.
(Inherited from ControllerBase) CreatedAtRoute(Object, Object)Creates a CreatedAtRouteResult object that produces a Status201Created response.
(Inherited from ControllerBase) CreatedAtRoute(String, Object, Object)Creates a CreatedAtRouteResult object that produces a Status201Created response.
(Inherited from ControllerBase) CreatedAtRoute(String, Object)Creates a CreatedAtRouteResult object that produces a Status201Created response.
(Inherited from ControllerBase) Dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Dispose(Boolean)Releases all resources currently used by this Controller instance.
File(Byte[], String, Boolean)Returns a file with the specified fileContents
as content (Status200OK), and the specified contentType
as the Content-Type. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns a file with the specified fileContents
as content (Status200OK), and the specified contentType
as the Content-Type. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns a file with the specified fileContents
as content (Status200OK), and the specified contentType
as the Content-Type. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns a file with the specified fileContents
as content (Status200OK), the specified contentType
as the Content-Type and the specified fileDownloadName
as the suggested file name. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns a file with the specified fileContents
as content (Status200OK), the specified contentType
as the Content-Type, and the specified fileDownloadName
as the suggested file name. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns a file with the specified fileContents
as content (Status200OK), the specified contentType
as the Content-Type, and the specified fileDownloadName
as the suggested file name. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns a file with the specified fileContents
as content (Status200OK), the specified contentType
as the Content-Type and the specified fileDownloadName
as the suggested file name. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns a file with the specified fileContents
as content (Status200OK), and the specified contentType
as the Content-Type. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns a file in the specified fileStream
(Status200OK), with the specified contentType
as the Content-Type. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns a file in the specified fileStream
(Status200OK), and the specified contentType
as the Content-Type. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns a file in the specified fileStream
(Status200OK), and the specified contentType
as the Content-Type. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns a file in the specified fileStream
(Status200OK) with the specified contentType
as the Content-Type and the specified fileDownloadName
as the suggested file name. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns a file in the specified fileStream
(Status200OK), the specified contentType
as the Content-Type, and the specified fileDownloadName
as the suggested file name. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns a file in the specified fileStream
(Status200OK), the specified contentType
as the Content-Type, and the specified fileDownloadName
as the suggested file name. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns a file in the specified fileStream
(Status200OK) with the specified contentType
as the Content-Type and the specified fileDownloadName
as the suggested file name. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns a file in the specified fileStream
(Status200OK), with the specified contentType
as the Content-Type. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns the file specified by virtualPath
(Status200OK) with the specified contentType
as the Content-Type. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns the file specified by virtualPath
(Status200OK), and the specified contentType
as the Content-Type. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns the file specified by virtualPath
(Status200OK), and the specified contentType
as the Content-Type. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns the file specified by virtualPath
(Status200OK) with the specified contentType
as the Content-Type and the specified fileDownloadName
as the suggested file name. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns the file specified by virtualPath
(Status200OK), the specified contentType
as the Content-Type, and the specified fileDownloadName
as the suggested file name. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns the file specified by virtualPath
(Status200OK), the specified contentType
as the Content-Type, and the specified fileDownloadName
as the suggested file name. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns the file specified by virtualPath
(Status200OK) with the specified contentType
as the Content-Type and the specified fileDownloadName
as the suggested file name. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns the file specified by virtualPath
(Status200OK) with the specified contentType
as the Content-Type. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Creates a ForbidResult (Status403Forbidden by default).
(Inherited from ControllerBase) Forbid(AuthenticationProperties, String[])Creates a ForbidResult (Status403Forbidden by default) with the specified authentication schemes and properties
.
Creates a ForbidResult with the specified specified authentication schemes and properties
.
Creates a ForbidResult (Status403Forbidden by default) with the specified properties
.
Creates a ForbidResult with the specified properties
.
Creates a ForbidResult (Status403Forbidden by default) with the specified authentication schemes.
(Inherited from ControllerBase) Json(Object, JsonSerializerSettings)Creates a JsonResult object that serializes the specified data
object to JSON.
Creates a JsonResult object that serializes the specified data
object to JSON.
Creates a JsonResult object that serializes the specified data
object to JSON.
Creates a LocalRedirectResult object that redirects (Status302Found) to the specified local localUrl
.
Creates a LocalRedirectResult object with Permanent set to true (Status301MovedPermanently) using the specified localUrl
.
Creates a LocalRedirectResult object with Permanent set to true and PreserveMethod set to true (Status308PermanentRedirect) using the specified localUrl
.
Creates a LocalRedirectResult object with Permanent set to false and PreserveMethod set to true (Status307TemporaryRedirect) using the specified localUrl
.
Creates a NoContentResult object that produces an empty Status204NoContent response.
(Inherited from ControllerBase) NotFound()Creates a NotFoundResult that produces a Status404NotFound response.
(Inherited from ControllerBase) NotFound(Object)Creates a NotFoundObjectResult that produces a Status404NotFound response.
(Inherited from ControllerBase) Ok()Creates an OkResult object that produces an empty Status200OK response.
(Inherited from ControllerBase) Ok(Object)Creates an OkObjectResult object that produces a Status200OK response.
(Inherited from ControllerBase) OnActionExecuted(ActionExecutedContext)Called after the action method is invoked.
OnActionExecuting(ActionExecutingContext)Called before the action method is invoked.
OnActionExecutionAsync(ActionExecutingContext, ActionExecutionDelegate)Called before the action method is invoked.
PartialView()Creates a PartialViewResult object that renders a partial view to the response.
PartialView(Object)Creates a PartialViewResult object by specifying a model
to be rendered by the partial view.
Creates a PartialViewResult object by specifying a viewName
and the model
to be rendered by the partial view.
Creates a PartialViewResult object by specifying a viewName
.
Returns the file specified by physicalPath
(Status200OK) with the specified contentType
as the Content-Type. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns the file specified by physicalPath
(Status200OK), and the specified contentType
as the Content-Type. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns the file specified by physicalPath
(Status200OK), and the specified contentType
as the Content-Type. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns the file specified by physicalPath
(Status200OK) with the specified contentType
as the Content-Type and the specified fileDownloadName
as the suggested file name. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns the file specified by physicalPath
(Status200OK), the specified contentType
as the Content-Type, and the specified fileDownloadName
as the suggested file name. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns the file specified by physicalPath
(Status200OK), the specified contentType
as the Content-Type, and the specified fileDownloadName
as the suggested file name. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns the file specified by physicalPath
(Status200OK) with the specified contentType
as the Content-Type and the specified fileDownloadName
as the suggested file name. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Returns the file specified by physicalPath
(Status200OK) with the specified contentType
as the Content-Type. This supports range requests (Status206PartialContent or Status416RangeNotSatisfiable if the range is not satisfiable).
Creates an ObjectResult that produces a ProblemDetails response.
(Inherited from ControllerBase) Problem(String, String, Nullable<Int32>, String, String)Creates an ObjectResult that produces a ProblemDetails response.
(Inherited from ControllerBase) Redirect(String)Creates a RedirectResult object that redirects (Status302Found) to the specified url
.
Creates a RedirectResult object with Permanent set to true (Status301MovedPermanently) using the specified url
.
Creates a RedirectResult object with Permanent set to true and PreserveMethod set to true (Status308PermanentRedirect) using the specified url
.
Creates a RedirectResult object with Permanent set to false and PreserveMethod set to true (Status307TemporaryRedirect) using the specified url
.
Redirects (Status302Found) to an action with the same name as current one. The 'controller' and 'action' names are retrieved from the ambient values of the current request.
(Inherited from ControllerBase) RedirectToAction(String, Object)Redirects (Status302Found) to the specified action using the actionName
and routeValues
.
Redirects (Status302Found) to the specified action using the specified actionName
, controllerName
, routeValues
, and fragment
.
Redirects (Status302Found) to the specified action using the specified actionName
, controllerName
, and routeValues
.
Redirects (Status302Found) to the specified action using the specified actionName
, controllerName
, and fragment
.
Redirects (Status302Found) to the specified action using the actionName
and the controllerName
.
Redirects (Status302Found) to the specified action using the actionName
.
Redirects (Status301MovedPermanently) to the specified action with Permanent set to true using the specified actionName
and routeValues
.
Redirects (Status301MovedPermanently) to the specified action with Permanent set to true using the specified actionName
, controllerName
, routeValues
, and fragment
.
Redirects (Status301MovedPermanently) to the specified action with Permanent set to true using the specified actionName
, controllerName
, and routeValues
.
Redirects (Status301MovedPermanently) to the specified action with Permanent set to true using the specified actionName
, controllerName
, and fragment
.
Redirects (Status301MovedPermanently) to the specified action with Permanent set to true using the specified actionName
and controllerName
.
Redirects (Status301MovedPermanently) to the specified action with Permanent set to true using the specified actionName
.
Redirects (Status308PermanentRedirect) to the specified action with Permanent set to true and PreserveMethod set to true, using the specified actionName
, controllerName
, routeValues
, and fragment
.
Redirects (Status307TemporaryRedirect) to the specified action with Permanent set to false and PreserveMethod set to true, using the specified actionName
, controllerName
, routeValues
, and fragment
.
Redirects (Status302Found) to the specified pageName
using the specified routeValues
.
Redirects (Status302Found) to the specified pageName
using the specified routeValues
and fragment
.
Redirects (Status302Found) to the specified pageName
.
Redirects (Status302Found) to the specified pageName
using the specified fragment
.
Redirects (Status302Found) to the specified pageName
using the specified pageHandler
.
Redirects (Status302Found) to the specified pageName
.
Redirects (Status301MovedPermanently) to the specified pageName
using the specified routeValues
.
Redirects (Status301MovedPermanently) to the specified pageName
using the specified routeValues
and fragment
.
Redirects (Status301MovedPermanently) to the specified pageName
using the specified fragment
.
Redirects (Status301MovedPermanently) to the specified pageName
using the specified pageHandler
.
Redirects (Status301MovedPermanently) to the specified pageName
.
Redirects (Status308PermanentRedirect) to the specified route with Permanent set to true and PreserveMethod set to true, using the specified pageName
, routeValues
, and fragment
.
Redirects (Status307TemporaryRedirect) to the specified page with Permanent set to false and PreserveMethod set to true, using the specified pageName
, routeValues
, and fragment
.
Redirects (Status302Found) to the specified route using the specified routeValues
.
Redirects (Status302Found) to the specified route using the specified routeName
, routeValues
, and fragment
.
Redirects (Status302Found) to the specified route using the specified routeName
and routeValues
.
Redirects (Status302Found) to the specified route using the specified routeName
and fragment
.
Redirects (Status302Found) to the specified route using the specified routeName
.
Redirects (Status301MovedPermanently) to the specified route with Permanent set to true using the specified routeValues
.
Redirects (Status301MovedPermanently) to the specified route with Permanent set to true using the specified routeName
, routeValues
, and fragment
.
Redirects (Status301MovedPermanently) to the specified route with Permanent set to true using the specified routeName
and routeValues
.
Redirects (Status301MovedPermanently) to the specified route with Permanent set to true using the specified routeName
and fragment
.
Redirects (Status301MovedPermanently) to the specified route with Permanent set to true using the specified routeName
.
Redirects (Status308PermanentRedirect) to the specified route with Permanent set to true and PreserveMethod set to true, using the specified routeName
, routeValues
, and fragment
.
Redirects (Status307TemporaryRedirect) to the specified route with Permanent set to false and PreserveMethod set to true, using the specified routeName
, routeValues
, and fragment
.
Creates a SignInResult with the specified specified authentication scheme and properties
.
Creates a SignInResult with the specified authentication scheme and properties
.
Creates a SignInResult with properties
.
Creates a SignInResult with the specified authentication scheme.
(Inherited from ControllerBase) SignIn(ClaimsPrincipal)Creates a SignInResult.
(Inherited from ControllerBase) SignOut()Creates a SignOutResult.
(Inherited from ControllerBase) SignOut(AuthenticationProperties, String[])Creates a SignOutResult with the specified authentication schemes and properties
.
Creates a SignOutResult with the specified specified authentication schemes and properties
.
Creates a SignOutResult with properties
.
Creates a SignOutResult with the specified authentication schemes.
(Inherited from ControllerBase) StatusCode(Int32, Object)Creates an ObjectResult object by specifying a statusCode
and value
Creates a StatusCodeResult object by specifying a statusCode
.
Updates the specified model
instance using the valueProvider
and a prefix
.
Updates the specified model
instance using values from the controller's current IValueProvider and a prefix
.
Updates the specified model
instance using values from the controller's current IValueProvider and a prefix
.
Updates the specified model
instance using values from the controller's current IValueProvider and a prefix
.
Updates the specified model
instance using the valueProvider
and a prefix
.
Updates the specified model
instance using the valueProvider
and a prefix
.
Updates the specified model
instance using the valueProvider
and a prefix
.
Updates the specified model
instance using values from the controller's current IValueProvider and a prefix
.
Updates the specified model
instance using values from the controller's current IValueProvider.
Validates the specified model
instance.
Validates the specified model
instance.
Creates an UnauthorizedResult that produces a Status401Unauthorized response.
(Inherited from ControllerBase) Unauthorized(Object)Creates an UnauthorizedObjectResult that produces a Status401Unauthorized response.
(Inherited from ControllerBase) UnprocessableEntity()Creates an UnprocessableEntityResult that produces a Status422UnprocessableEntity response.
(Inherited from ControllerBase) UnprocessableEntity(ModelStateDictionary)Creates an UnprocessableEntityObjectResult that produces a Status422UnprocessableEntity response.
(Inherited from ControllerBase) UnprocessableEntity(Object)Creates an UnprocessableEntityObjectResult that produces a Status422UnprocessableEntity response.
(Inherited from ControllerBase) ValidationProblem()Creates an ActionResult that produces a Status400BadRequest response with validation errors from ModelState.
(Inherited from ControllerBase) ValidationProblem(ModelStateDictionary)Creates an ActionResult that produces a Status400BadRequest response with validation errors from modelStateDictionary
.
Creates an ActionResult that produces a Status400BadRequest response with a ValidationProblemDetails value.
(Inherited from ControllerBase) ValidationProblem(String, String, Nullable<Int32>, String, String, ModelStateDictionary)Creates an ActionResult that produces a Status400BadRequest response with a ValidationProblemDetails value.
(Inherited from ControllerBase) ValidationProblem(ValidationProblemDetails)Creates a BadRequestObjectResult that produces a Status400BadRequest response.
(Inherited from ControllerBase) View()Creates a ViewResult object that renders a view to the response.
View(Object)Creates a ViewResult object by specifying a model
to be rendered by the view.
Creates a ViewResult object by specifying a viewName
and the model
to be rendered by the view.
Creates a ViewResult object by specifying a viewName
.
Creates a ViewComponentResult by specifying the name of a view component to render.
ViewComponent(String)Creates a ViewComponentResult by specifying the name of a view component to render.
ViewComponent(Type, Object)Creates a ViewComponentResult by specifying the Type of a view component to render.
ViewComponent(Type)Creates a ViewComponentResult by specifying the Type of a view component to render.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4