Creates a BadRequestResult that produces a Status400BadRequest response.
BadRequest(ModelStateDictionary)Creates a BadRequestObjectResult that produces a Status400BadRequest response.
BadRequest(Object)Creates a BadRequestObjectResult that produces a Status400BadRequest response.
Challenge()Creates a ChallengeResult.
Challenge(AuthenticationProperties, String[])Creates a ChallengeResult with the specified authentication schemes and properties
.
Creates a ChallengeResult with the specified properties
.
Creates a ChallengeResult with the specified authentication schemes.
Content(String, MediaTypeHeaderValue)Creates a ContentResult object with Status200OK by specifying a content
string and a contentType
.
Creates a ContentResult object with Status200OK by specifying a content
string, a contentType
, and contentEncoding
.
Creates a ContentResult object with Status200OK by specifying a content
string and a content type.
Creates a ContentResult object with Status200OK by specifying a content
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.
Returns a file with the specified fileContents
as content (Status200OK) and the specified contentType
as the Content-Type.
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.
Returns a file in the specified fileStream
(Status200OK) with the specified contentType
as the Content-Type.
Returns the file specified by virtualPath
(Status200OK) with the specified contentType
as the Content-Type and the specified fileDownloadName
as the suggested file name.
Returns the file specified by virtualPath
(Status200OK) with the specified contentType
as the Content-Type.
Creates a ForbidResult (Status403Forbidden by default).
Forbid(AuthenticationProperties, String[])Creates a ForbidResult (Status403Forbidden by default) with the specified authentication schemes and properties
.
Creates a ForbidResult (Status403Forbidden by default) with the specified properties
.
Creates a ForbidResult (Status403Forbidden by default) with the specified authentication schemes.
LocalRedirect(String)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 an NotFoundResult that produces a Status404NotFound response.
NotFound(Object)Creates an NotFoundObjectResult that produces a Status404NotFound response.
OnPageHandlerExecuted(PageHandlerExecutedContext)Called after the handler method executes, before the action result executes.
OnPageHandlerExecuting(PageHandlerExecutingContext)Called before the handler method executes, after model binding is complete.
OnPageHandlerExecutionAsync(PageHandlerExecutingContext, PageHandlerExecutionDelegate)Called asynchronously before the handler method is invoked, after model binding is complete.
OnPageHandlerSelected(PageHandlerSelectedContext)Called after a handler method has been selected, but before model binding occurs.
OnPageHandlerSelectionAsync(PageHandlerSelectedContext)Called asynchronously after the handler method has been selected, but before model binding occurs.
Page()Creates a PageResult object that renders the page.
Partial(String, Object)Creates a PartialViewResult by specifying the name of a partial to render and the model object.
Partial(String)Creates a PartialViewResult by specifying the name of a partial to render.
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.
Returns the file specified by physicalPath
(Status200OK) with the specified contentType
as the Content-Type.
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 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 current page.
RedirectToPage(Object)Redirects (Status302Found) to the current page with the specified routeValues
.
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
using the specified pageHandler
and routeValues
.
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 fragment
.
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 routeValues
.
Redirects (Status301MovedPermanently) to the specified pageName
using the specified fragment
.
Redirects (Status301MovedPermanently) to the specified pageName
.
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 authentication scheme and properties
.
Creates a SignInResult with the specified authentication scheme.
SignOut(AuthenticationProperties, String[])Creates a SignOutResult with the specified authentication schemes and properties
.
Creates a SignOutResult with the specified authentication schemes.
StatusCode(Int32, Object)Creates a 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 name
.
Updates the specified model
instance using values from the PageModel's current IValueProvider and a name
.
Updates the specified model
instance using values from the PageModel's current IValueProvider and a name
.
Updates the specified model
instance using values from the PageModel's current IValueProvider and a name
.
Updates the specified model
instance using the valueProvider
and a name
.
Updates the specified model
instance using the valueProvider
and a name
.
Updates the specified model
instance using the valueProvider
and a name
.
Updates the specified model
instance using values from the PageModel's current IValueProvider.
Updates the specified model
instance using values from the PageModel's current IValueProvider.
Validates the specified model
instance.
Validates the specified model
instance.
Creates an UnauthorizedResult that produces an Status401Unauthorized response.
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