A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.controller below:

Controller Class (Microsoft.AspNetCore.Mvc) | Microsoft Learn

Accepted()

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.

(Inherited from ControllerBase) Challenge(AuthenticationProperties, String[])

Creates a ChallengeResult with the specified authentication schemes and properties.

(Inherited from ControllerBase) Challenge(AuthenticationProperties)

Creates a ChallengeResult with the specified properties.

(Inherited from ControllerBase) Challenge(AuthenticationProperties)

Creates a ChallengeResult with the specified properties.

(Inherited from ControllerBase) Challenge(String[])

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.

(Inherited from ControllerBase) Content(String, String, Encoding)

Creates a ContentResult object by specifying a content string, a contentType, and contentEncoding.

(Inherited from ControllerBase) Content(String, String)

Creates a ContentResult object by specifying a content string and a content type.

(Inherited from ControllerBase) Content(String)

Creates a ContentResult object by specifying a content string.

(Inherited from ControllerBase) Created()

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).

(Inherited from ControllerBase) File(Byte[], String, Nullable<DateTimeOffset>, EntityTagHeaderValue, 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).

(Inherited from ControllerBase) File(Byte[], String, Nullable<DateTimeOffset>, EntityTagHeaderValue)

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).

(Inherited from ControllerBase) File(Byte[], String, String, Boolean)

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).

(Inherited from ControllerBase) File(Byte[], String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)

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).

(Inherited from ControllerBase) File(Byte[], String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue)

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).

(Inherited from ControllerBase) File(Byte[], String, String)

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).

(Inherited from ControllerBase) File(Byte[], String)

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).

(Inherited from ControllerBase) File(Stream, String, Boolean)

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).

(Inherited from ControllerBase) File(Stream, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)

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).

(Inherited from ControllerBase) File(Stream, String, Nullable<DateTimeOffset>, EntityTagHeaderValue)

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).

(Inherited from ControllerBase) File(Stream, String, String, Boolean)

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).

(Inherited from ControllerBase) File(Stream, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)

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).

(Inherited from ControllerBase) File(Stream, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue)

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).

(Inherited from ControllerBase) File(Stream, String, String)

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).

(Inherited from ControllerBase) File(Stream, String)

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).

(Inherited from ControllerBase) File(String, String, Boolean)

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).

(Inherited from ControllerBase) File(String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)

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).

(Inherited from ControllerBase) File(String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue)

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).

(Inherited from ControllerBase) File(String, String, String, Boolean)

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).

(Inherited from ControllerBase) File(String, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)

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).

(Inherited from ControllerBase) File(String, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue)

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).

(Inherited from ControllerBase) File(String, String, String)

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).

(Inherited from ControllerBase) File(String, String)

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).

(Inherited from ControllerBase) Forbid()

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.

(Inherited from ControllerBase) Forbid(AuthenticationProperties, String[])

Creates a ForbidResult with the specified specified authentication schemes and properties.

(Inherited from ControllerBase) Forbid(AuthenticationProperties)

Creates a ForbidResult (Status403Forbidden by default) with the specified properties.

(Inherited from ControllerBase) Forbid(AuthenticationProperties)

Creates a ForbidResult with the specified properties.

(Inherited from ControllerBase) Forbid(String[])

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.

Json(Object, Object)

Creates a JsonResult object that serializes the specified data object to JSON.

Json(Object)

Creates a JsonResult object that serializes the specified data object to JSON.

LocalRedirect(String)

Creates a LocalRedirectResult object that redirects (Status302Found) to the specified local localUrl.

(Inherited from ControllerBase) LocalRedirectPermanent(String)

Creates a LocalRedirectResult object with Permanent set to true (Status301MovedPermanently) using the specified localUrl.

(Inherited from ControllerBase) LocalRedirectPermanentPreserveMethod(String)

Creates a LocalRedirectResult object with Permanent set to true and PreserveMethod set to true (Status308PermanentRedirect) using the specified localUrl.

(Inherited from ControllerBase) LocalRedirectPreserveMethod(String)

Creates a LocalRedirectResult object with Permanent set to false and PreserveMethod set to true (Status307TemporaryRedirect) using the specified localUrl.

(Inherited from ControllerBase) NoContent()

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.

PartialView(String, Object)

Creates a PartialViewResult object by specifying a viewName and the model to be rendered by the partial view.

PartialView(String)

Creates a PartialViewResult object by specifying a viewName.

PhysicalFile(String, String, Boolean)

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).

(Inherited from ControllerBase) PhysicalFile(String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)

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).

(Inherited from ControllerBase) PhysicalFile(String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue)

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).

(Inherited from ControllerBase) PhysicalFile(String, String, String, Boolean)

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).

(Inherited from ControllerBase) PhysicalFile(String, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)

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).

(Inherited from ControllerBase) PhysicalFile(String, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue)

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).

(Inherited from ControllerBase) PhysicalFile(String, String, String)

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).

(Inherited from ControllerBase) PhysicalFile(String, String)

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).

(Inherited from ControllerBase) Problem(String, String, Nullable<Int32>, String, String, IDictionary<String,Object>)

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.

(Inherited from ControllerBase) RedirectPermanent(String)

Creates a RedirectResult object with Permanent set to true (Status301MovedPermanently) using the specified url.

(Inherited from ControllerBase) RedirectPermanentPreserveMethod(String)

Creates a RedirectResult object with Permanent set to true and PreserveMethod set to true (Status308PermanentRedirect) using the specified url.

(Inherited from ControllerBase) RedirectPreserveMethod(String)

Creates a RedirectResult object with Permanent set to false and PreserveMethod set to true (Status307TemporaryRedirect) using the specified url.

(Inherited from ControllerBase) RedirectToAction()

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.

(Inherited from ControllerBase) RedirectToAction(String, String, Object, String)

Redirects (Status302Found) to the specified action using the specified actionName, controllerName, routeValues, and fragment.

(Inherited from ControllerBase) RedirectToAction(String, String, Object)

Redirects (Status302Found) to the specified action using the specified actionName, controllerName, and routeValues.

(Inherited from ControllerBase) RedirectToAction(String, String, String)

Redirects (Status302Found) to the specified action using the specified actionName, controllerName, and fragment.

(Inherited from ControllerBase) RedirectToAction(String, String)

Redirects (Status302Found) to the specified action using the actionName and the controllerName.

(Inherited from ControllerBase) RedirectToAction(String)

Redirects (Status302Found) to the specified action using the actionName.

(Inherited from ControllerBase) RedirectToActionPermanent(String, Object)

Redirects (Status301MovedPermanently) to the specified action with Permanent set to true using the specified actionName and routeValues.

(Inherited from ControllerBase) RedirectToActionPermanent(String, String, Object, String)

Redirects (Status301MovedPermanently) to the specified action with Permanent set to true using the specified actionName, controllerName, routeValues, and fragment.

(Inherited from ControllerBase) RedirectToActionPermanent(String, String, Object)

Redirects (Status301MovedPermanently) to the specified action with Permanent set to true using the specified actionName, controllerName, and routeValues.

(Inherited from ControllerBase) RedirectToActionPermanent(String, String, String)

Redirects (Status301MovedPermanently) to the specified action with Permanent set to true using the specified actionName, controllerName, and fragment.

(Inherited from ControllerBase) RedirectToActionPermanent(String, String)

Redirects (Status301MovedPermanently) to the specified action with Permanent set to true using the specified actionName and controllerName.

(Inherited from ControllerBase) RedirectToActionPermanent(String)

Redirects (Status301MovedPermanently) to the specified action with Permanent set to true using the specified actionName.

(Inherited from ControllerBase) RedirectToActionPermanentPreserveMethod(String, String, Object, String)

Redirects (Status308PermanentRedirect) to the specified action with Permanent set to true and PreserveMethod set to true, using the specified actionName, controllerName, routeValues, and fragment.

(Inherited from ControllerBase) RedirectToActionPreserveMethod(String, String, Object, String)

Redirects (Status307TemporaryRedirect) to the specified action with Permanent set to false and PreserveMethod set to true, using the specified actionName, controllerName, routeValues, and fragment.

(Inherited from ControllerBase) RedirectToPage(String, Object)

Redirects (Status302Found) to the specified pageName using the specified routeValues.

(Inherited from ControllerBase) RedirectToPage(String, String, Object, String)

Redirects (Status302Found) to the specified pageName using the specified routeValues and fragment.

(Inherited from ControllerBase) RedirectToPage(String, String, Object)

Redirects (Status302Found) to the specified pageName.

(Inherited from ControllerBase) RedirectToPage(String, String, String)

Redirects (Status302Found) to the specified pageName using the specified fragment.

(Inherited from ControllerBase) RedirectToPage(String, String)

Redirects (Status302Found) to the specified pageName using the specified pageHandler.

(Inherited from ControllerBase) RedirectToPage(String)

Redirects (Status302Found) to the specified pageName.

(Inherited from ControllerBase) RedirectToPagePermanent(String, Object)

Redirects (Status301MovedPermanently) to the specified pageName using the specified routeValues.

(Inherited from ControllerBase) RedirectToPagePermanent(String, String, Object, String)

Redirects (Status301MovedPermanently) to the specified pageName using the specified routeValues and fragment.

(Inherited from ControllerBase) RedirectToPagePermanent(String, String, String)

Redirects (Status301MovedPermanently) to the specified pageName using the specified fragment.

(Inherited from ControllerBase) RedirectToPagePermanent(String, String)

Redirects (Status301MovedPermanently) to the specified pageName using the specified pageHandler.

(Inherited from ControllerBase) RedirectToPagePermanent(String)

Redirects (Status301MovedPermanently) to the specified pageName.

(Inherited from ControllerBase) RedirectToPagePermanentPreserveMethod(String, String, Object, String)

Redirects (Status308PermanentRedirect) to the specified route with Permanent set to true and PreserveMethod set to true, using the specified pageName, routeValues, and fragment.

(Inherited from ControllerBase) RedirectToPagePreserveMethod(String, String, Object, String)

Redirects (Status307TemporaryRedirect) to the specified page with Permanent set to false and PreserveMethod set to true, using the specified pageName, routeValues, and fragment.

(Inherited from ControllerBase) RedirectToRoute(Object)

Redirects (Status302Found) to the specified route using the specified routeValues.

(Inherited from ControllerBase) RedirectToRoute(String, Object, String)

Redirects (Status302Found) to the specified route using the specified routeName, routeValues, and fragment.

(Inherited from ControllerBase) RedirectToRoute(String, Object)

Redirects (Status302Found) to the specified route using the specified routeName and routeValues.

(Inherited from ControllerBase) RedirectToRoute(String, String)

Redirects (Status302Found) to the specified route using the specified routeName and fragment.

(Inherited from ControllerBase) RedirectToRoute(String)

Redirects (Status302Found) to the specified route using the specified routeName.

(Inherited from ControllerBase) RedirectToRoutePermanent(Object)

Redirects (Status301MovedPermanently) to the specified route with Permanent set to true using the specified routeValues.

(Inherited from ControllerBase) RedirectToRoutePermanent(String, Object, String)

Redirects (Status301MovedPermanently) to the specified route with Permanent set to true using the specified routeName, routeValues, and fragment.

(Inherited from ControllerBase) RedirectToRoutePermanent(String, Object)

Redirects (Status301MovedPermanently) to the specified route with Permanent set to true using the specified routeName and routeValues.

(Inherited from ControllerBase) RedirectToRoutePermanent(String, String)

Redirects (Status301MovedPermanently) to the specified route with Permanent set to true using the specified routeName and fragment.

(Inherited from ControllerBase) RedirectToRoutePermanent(String)

Redirects (Status301MovedPermanently) to the specified route with Permanent set to true using the specified routeName.

(Inherited from ControllerBase) RedirectToRoutePermanentPreserveMethod(String, Object, String)

Redirects (Status308PermanentRedirect) to the specified route with Permanent set to true and PreserveMethod set to true, using the specified routeName, routeValues, and fragment.

(Inherited from ControllerBase) RedirectToRoutePreserveMethod(String, Object, String)

Redirects (Status307TemporaryRedirect) to the specified route with Permanent set to false and PreserveMethod set to true, using the specified routeName, routeValues, and fragment.

(Inherited from ControllerBase) SignIn(ClaimsPrincipal, AuthenticationProperties, String)

Creates a SignInResult with the specified specified authentication scheme and properties.

(Inherited from ControllerBase) SignIn(ClaimsPrincipal, AuthenticationProperties, String)

Creates a SignInResult with the specified authentication scheme and properties.

(Inherited from ControllerBase) SignIn(ClaimsPrincipal, AuthenticationProperties)

Creates a SignInResult with properties.

(Inherited from ControllerBase) SignIn(ClaimsPrincipal, String)

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.

(Inherited from ControllerBase) SignOut(AuthenticationProperties, String[])

Creates a SignOutResult with the specified specified authentication schemes and properties.

(Inherited from ControllerBase) SignOut(AuthenticationProperties)

Creates a SignOutResult with properties.

(Inherited from ControllerBase) SignOut(String[])

Creates a SignOutResult with the specified authentication schemes.

(Inherited from ControllerBase) StatusCode(Int32, Object)

Creates an ObjectResult object by specifying a statusCode and value

(Inherited from ControllerBase) StatusCode(Int32)

Creates a StatusCodeResult object by specifying a statusCode.

(Inherited from ControllerBase) TryUpdateModelAsync(Object, Type, String, IValueProvider, Func<ModelMetadata,Boolean>)

Updates the specified model instance using the valueProvider and a prefix.

(Inherited from ControllerBase) TryUpdateModelAsync(Object, Type, String)

Updates the specified model instance using values from the controller's current IValueProvider and a prefix.

(Inherited from ControllerBase) TryUpdateModelAsync<TModel>(TModel, String, Expression<Func<TModel,Object>>[])

Updates the specified model instance using values from the controller's current IValueProvider and a prefix.

(Inherited from ControllerBase) TryUpdateModelAsync<TModel>(TModel, String, Func<ModelMetadata,Boolean>)

Updates the specified model instance using values from the controller's current IValueProvider and a prefix.

(Inherited from ControllerBase) TryUpdateModelAsync<TModel>(TModel, String, IValueProvider, Expression<Func<TModel,Object>>[])

Updates the specified model instance using the valueProvider and a prefix.

(Inherited from ControllerBase) TryUpdateModelAsync<TModel>(TModel, String, IValueProvider, Func<ModelMetadata,Boolean>)

Updates the specified model instance using the valueProvider and a prefix.

(Inherited from ControllerBase) TryUpdateModelAsync<TModel>(TModel, String, IValueProvider)

Updates the specified model instance using the valueProvider and a prefix.

(Inherited from ControllerBase) TryUpdateModelAsync<TModel>(TModel, String)

Updates the specified model instance using values from the controller's current IValueProvider and a prefix.

(Inherited from ControllerBase) TryUpdateModelAsync<TModel>(TModel)

Updates the specified model instance using values from the controller's current IValueProvider.

(Inherited from ControllerBase) TryValidateModel(Object, String)

Validates the specified model instance.

(Inherited from ControllerBase) TryValidateModel(Object)

Validates the specified model instance.

(Inherited from ControllerBase) Unauthorized()

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.

(Inherited from ControllerBase) ValidationProblem(String, String, Nullable<Int32>, String, String, ModelStateDictionary, IDictionary<String,Object>)

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.

View(String, Object)

Creates a ViewResult object by specifying a viewName and the model to be rendered by the view.

View(String)

Creates a ViewResult object by specifying a viewName.

ViewComponent(String, Object)

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