다음을 통해 공유


ControllerBase 클래스

정의

보기 지원 없이 MVC 컨트롤러에 대한 기본 클래스입니다.

public ref class ControllerBase abstract
[Microsoft.AspNetCore.Mvc.Controller]
public abstract class ControllerBase
[<Microsoft.AspNetCore.Mvc.Controller>]
type ControllerBase = class
Public MustInherit Class ControllerBase
상속
ControllerBase
파생
특성

생성자

ControllerBase()

보기 지원 없이 MVC 컨트롤러에 대한 기본 클래스입니다.

속성

ControllerContext

ControllerContext가져오거나 설정합니다.

Empty

EmptyResult인스턴스를 가져옵니다.

HttpContext

실행 중인 작업에 대한 HttpContext 가져옵니다.

MetadataProvider

IModelMetadataProvider가져오거나 설정합니다.

ModelBinderFactory

IModelBinderFactory가져오거나 설정합니다.

ModelState

모델 상태 및 모델 바인딩 유효성 검사가 포함된 ModelStateDictionary 가져옵니다.

ObjectValidator

IObjectModelValidator가져오거나 설정합니다.

ProblemDetailsFactory

ProblemDetailsFactory가져오거나 설정합니다.

Request

실행 중인 작업에 대한 HttpRequest 가져옵니다.

Response

실행 중인 작업에 대한 HttpResponse 가져옵니다.

RouteData

실행 중인 작업에 대한 RouteData 가져옵니다.

Url

IUrlHelper가져오거나 설정합니다.

User

실행 중인 작업과 연결된 사용자의 ClaimsPrincipal 가져옵니다.

메서드

Accepted()

Status202Accepted 응답을 생성하는 AcceptedResult 개체를 만듭니다.

Accepted(Object)

Status202Accepted 응답을 생성하는 AcceptedResult 개체를 만듭니다.

Accepted(String)

Status202Accepted 응답을 생성하는 AcceptedResult 개체를 만듭니다.

Accepted(String, Object)

Status202Accepted 응답을 생성하는 AcceptedResult 개체를 만듭니다.

Accepted(Uri)

Status202Accepted 응답을 생성하는 AcceptedResult 개체를 만듭니다.

Accepted(Uri, Object)

Status202Accepted 응답을 생성하는 AcceptedResult 개체를 만듭니다.

AcceptedAtAction(String)

Status202Accepted 응답을 생성하는 AcceptedAtActionResult 개체를 만듭니다.

AcceptedAtAction(String, Object)

Status202Accepted 응답을 생성하는 AcceptedAtActionResult 개체를 만듭니다.

AcceptedAtAction(String, Object, Object)

Status202Accepted 응답을 생성하는 AcceptedAtActionResult 개체를 만듭니다.

AcceptedAtAction(String, String)

Status202Accepted 응답을 생성하는 AcceptedAtActionResult 개체를 만듭니다.

AcceptedAtAction(String, String, Object)

Status202Accepted 응답을 생성하는 AcceptedAtActionResult 개체를 만듭니다.

AcceptedAtAction(String, String, Object, Object)

Status202Accepted 응답을 생성하는 AcceptedAtActionResult 개체를 만듭니다.

AcceptedAtRoute(Object)

Status202Accepted 응답을 생성하는 AcceptedAtRouteResult 개체를 만듭니다.

AcceptedAtRoute(Object, Object)

Status202Accepted 응답을 생성하는 AcceptedAtRouteResult 개체를 만듭니다.

AcceptedAtRoute(String)

Status202Accepted 응답을 생성하는 AcceptedAtRouteResult 개체를 만듭니다.

AcceptedAtRoute(String, Object)

Status202Accepted 응답을 생성하는 AcceptedAtRouteResult 개체를 만듭니다.

AcceptedAtRoute(String, Object, Object)

Status202Accepted 응답을 생성하는 AcceptedAtRouteResult 개체를 만듭니다.

BadRequest()

Status400BadRequest 응답을 생성하는 BadRequestResult 만듭니다.

BadRequest(ModelStateDictionary)

Status400BadRequest 응답을 생성하는 BadRequestObjectResult 만듭니다.

BadRequest(Object)

Status400BadRequest 응답을 생성하는 BadRequestObjectResult 만듭니다.

Challenge()

ChallengeResult만듭니다.

Challenge(AuthenticationProperties)

지정된 properties사용하여 ChallengeResult 만듭니다.

Challenge(AuthenticationProperties)

지정된 properties사용하여 ChallengeResult 만듭니다.

Challenge(AuthenticationProperties, String[])

지정된 인증 체계를 사용하여 ChallengeResult 만들고 properties.

Challenge(AuthenticationProperties, String[])

지정된 인증 체계를 사용하여 ChallengeResult 만들고 properties.

Challenge(String[])

지정된 인증 체계를 사용하여 ChallengeResult 만듭니다.

Conflict()

Status409Conflict 응답을 생성하는 ConflictResult 만듭니다.

Conflict(ModelStateDictionary)

Status409Conflict 응답을 생성하는 ConflictObjectResult 만듭니다.

Conflict(Object)

Status409Conflict 응답을 생성하는 ConflictObjectResult 만듭니다.

Content(String)

content 문자열을 지정하여 ContentResult 개체를 만듭니다.

Content(String, MediaTypeHeaderValue)

content 문자열과 contentType지정하여 ContentResult 개체를 만듭니다.

Content(String, String)

content 문자열 및 콘텐츠 형식을 지정하여 ContentResult 개체를 만듭니다.

Content(String, String, Encoding)

content 문자열, contentTypecontentEncoding지정하여 ContentResult 개체를 만듭니다.

Created()

Status201Created 응답을 생성하는 CreatedResult 개체를 만듭니다.

Created(String, Object)

Status201Created 응답을 생성하는 CreatedResult 개체를 만듭니다.

Created(Uri, Object)

Status201Created 응답을 생성하는 CreatedResult 개체를 만듭니다.

CreatedAtAction(String, Object)

Status201Created 응답을 생성하는 CreatedAtActionResult 개체를 만듭니다.

CreatedAtAction(String, Object, Object)

Status201Created 응답을 생성하는 CreatedAtActionResult 개체를 만듭니다.

CreatedAtAction(String, String, Object, Object)

Status201Created 응답을 생성하는 CreatedAtActionResult 개체를 만듭니다.

CreatedAtRoute(Object, Object)

Status201Created 응답을 생성하는 CreatedAtRouteResult 개체를 만듭니다.

CreatedAtRoute(String, Object)

Status201Created 응답을 생성하는 CreatedAtRouteResult 개체를 만듭니다.

CreatedAtRoute(String, Object, Object)

Status201Created 응답을 생성하는 CreatedAtRouteResult 개체를 만듭니다.

File(Byte[], String)

지정된 fileContents 콘텐츠(Status200OK)로, 지정된 contentType Content-Type으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

File(Byte[], String, Boolean)

지정된 fileContents 콘텐츠(Status200OK)로, 지정된 contentType Content-Type으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

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

지정된 fileContents 콘텐츠(Status200OK)로, 지정된 contentType Content-Type으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

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

지정된 fileContents 콘텐츠(Status200OK)로, 지정된 contentType Content-Type으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

File(Byte[], String, String)

지정된 fileContents 콘텐츠(Status200OK), 지정된 contentType Content-Type으로 반환하고 지정된 fileDownloadName 제안된 파일 이름으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

File(Byte[], String, String, Boolean)

지정된 fileContents 콘텐츠(Status200OK), 지정된 contentType Content-Type으로 반환하고 지정된 fileDownloadName 제안된 파일 이름으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

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

지정된 fileContents 콘텐츠(Status200OK), 지정된 contentType 콘텐츠 형식으로, 지정된 fileDownloadName 제안된 파일 이름으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

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

지정된 fileContents 콘텐츠(Status200OK), 지정된 contentType 콘텐츠 형식으로, 지정된 fileDownloadName 제안된 파일 이름으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

File(Stream, String)

지정된 contentType Content-Type으로 지정된 fileStream(Status200OK)의 파일을 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

File(Stream, String, Boolean)

지정된 contentType Content-Type으로 지정된 fileStream(Status200OK)의 파일을 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

File(Stream, String, Nullable<DateTimeOffset>, EntityTagHeaderValue)

지정된 fileStream(Status200OK)의 파일과 지정된 contentType Content-Type으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

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

지정된 fileStream(Status200OK)의 파일과 지정된 contentType Content-Type으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

File(Stream, String, String)

지정된 contentType 콘텐츠 형식으로, 지정된 fileDownloadName 제안된 파일 이름으로 지정된 fileStream(Status200OK)의 파일을 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

File(Stream, String, String, Boolean)

지정된 contentType 콘텐츠 형식으로, 지정된 fileDownloadName 제안된 파일 이름으로 지정된 fileStream(Status200OK)의 파일을 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

File(Stream, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue)

지정된 fileStream(Status200OK), 지정된 contentType 콘텐츠 형식으로, 지정된 fileDownloadName 제안된 파일 이름으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

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

지정된 fileStream(Status200OK), 지정된 contentType 콘텐츠 형식으로, 지정된 fileDownloadName 제안된 파일 이름으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

File(String, String)

지정한 contentType 콘텐츠 형식으로 virtualPath(Status200OK)로 지정된 파일을 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

File(String, String, Boolean)

지정한 contentType 콘텐츠 형식으로 virtualPath(Status200OK)로 지정된 파일을 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

File(String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue)

virtualPath(Status200OK)로 지정된 파일과 지정된 contentType Content-Type으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

File(String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)

virtualPath(Status200OK)로 지정된 파일과 지정된 contentType Content-Type으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

File(String, String, String)

지정된 contentType Content-Type으로 지정하고 지정된 fileDownloadName 제안된 파일 이름으로 virtualPath(Status200OK)로 지정된 파일을 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

File(String, String, String, Boolean)

지정된 contentType Content-Type으로 지정하고 지정된 fileDownloadName 제안된 파일 이름으로 virtualPath(Status200OK)로 지정된 파일을 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

File(String, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue)

virtualPath(Status200OK), 지정된 contentType Content-Type으로 지정한 파일 및 지정된 fileDownloadName 제안된 파일 이름으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

File(String, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)

virtualPath(Status200OK), 지정된 contentType Content-Type으로 지정한 파일 및 지정된 fileDownloadName 제안된 파일 이름으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

Forbid()

ForbidResult 만듭니다(기본적으로Status403Forbidden).

Forbid(AuthenticationProperties)

지정된 properties사용하여 ForbidResult(기본적으로Status403Forbidden)를 만듭니다.

Forbid(AuthenticationProperties)

지정된 properties사용하여 ForbidResult 만듭니다.

Forbid(AuthenticationProperties, String[])

지정된 인증 체계와 properties사용하여 ForbidResult(기본적으로Status403Forbidden)를 만듭니다.

Forbid(AuthenticationProperties, String[])

지정된 인증 체계를 사용하여 ForbidResult 만들고 properties.

Forbid(String[])

지정된 인증 체계를 사용하여 ForbidResult(기본적으로Status403Forbidden)를 만듭니다.

LocalRedirect(String)

지정된 로컬 localUrl리디렉션(Status302Found)하는 LocalRedirectResult 개체를 만듭니다.

LocalRedirectPermanent(String)

지정된 localUrl사용하여 Permanent true(Status301MovedPermanently)로 설정된 LocalRedirectResult 개체를 만듭니다.

LocalRedirectPermanentPreserveMethod(String)

지정된 localUrl사용하여 Permanent true로 설정되고 PreserveMethod true(Status308PermanentRedirect)로 설정된 LocalRedirectResult 개체를 만듭니다.

LocalRedirectPreserveMethod(String)

지정된 localUrl사용하여 Permanent false로 설정되고 PreserveMethod true(Status307TemporaryRedirect)로 설정된 LocalRedirectResult 개체를 만듭니다.

NoContent()

Status204NoContent 응답을 생성하는 NoContentResult 개체를 만듭니다.

NotFound()

Status404NotFound 응답을 생성하는 NotFoundResult 만듭니다.

NotFound(Object)

Status404NotFound 응답을 생성하는 NotFoundObjectResult 만듭니다.

Ok()

Status200OK 응답을 생성하는 OkResult 개체를 만듭니다.

Ok(Object)

Status200OK 응답을 생성하는 OkObjectResult 개체를 만듭니다.

PhysicalFile(String, String)

지정한 contentType 콘텐츠 형식으로 physicalPath(Status200OK)로 지정된 파일을 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

PhysicalFile(String, String, Boolean)

지정한 contentType 콘텐츠 형식으로 physicalPath(Status200OK)로 지정된 파일을 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

PhysicalFile(String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue)

physicalPath(Status200OK)로 지정된 파일과 지정된 contentType Content-Type으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

PhysicalFile(String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)

physicalPath(Status200OK)로 지정된 파일과 지정된 contentType Content-Type으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

PhysicalFile(String, String, String)

지정된 contentType Content-Type으로 지정하고 지정된 fileDownloadName 제안된 파일 이름으로 physicalPath(Status200OK)로 지정된 파일을 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

PhysicalFile(String, String, String, Boolean)

지정된 contentType Content-Type으로 지정하고 지정된 fileDownloadName 제안된 파일 이름으로 physicalPath(Status200OK)로 지정된 파일을 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

PhysicalFile(String, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue)

physicalPath(Status200OK), 지정된 contentType Content-Type으로 지정한 파일 및 지정된 fileDownloadName 제안된 파일 이름으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

PhysicalFile(String, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)

physicalPath(Status200OK), 지정된 contentType Content-Type으로 지정한 파일 및 지정된 fileDownloadName 제안된 파일 이름으로 반환합니다. 범위 요청(Status206PartialContent 또는 범위가 만족스럽지 않은 경우 Status416RangeNotSatisfiable)을 지원합니다.

Problem(String, String, Nullable<Int32>, String, String)

ProblemDetails 응답을 생성하는 ObjectResult 만듭니다.

Problem(String, String, Nullable<Int32>, String, String, IDictionary<String,Object>)

ProblemDetails 응답을 생성하는 ObjectResult 만듭니다.

Redirect(String)

지정된 url리디렉션(Status302Found)하는 RedirectResult 개체를 만듭니다.

RedirectPermanent(String)

지정된 url사용하여 Permanent true(Status301MovedPermanently)로 설정된 RedirectResult 개체를 만듭니다.

RedirectPermanentPreserveMethod(String)

지정된 url사용하여 Permanent true로 설정되고 PreserveMethod true(Status308PermanentRedirect)로 설정된 RedirectResult 개체를 만듭니다.

RedirectPreserveMethod(String)

지정된 url사용하여 Permanent false로 설정되고 PreserveMethod true(Status307TemporaryRedirect)로 설정된 RedirectResult 개체를 만듭니다.

RedirectToAction()

(Status302Found)을 현재 작업과 동일한 이름의 작업으로 리디렉션합니다. 'controller' 및 'action' 이름은 현재 요청의 앰비언트 값에서 검색됩니다.

RedirectToAction(String)

actionName사용하여 지정된 작업으로 리디렉션(Status302Found)합니다.

RedirectToAction(String, Object)

actionName 사용하여 지정된 작업으로 리디렉션(Status302Found)하고 routeValues.

RedirectToAction(String, String)

actionNamecontrollerName사용하여 지정된 작업으로 리디렉션(Status302Found)합니다.

RedirectToAction(String, String, Object)

지정된 actionName, controllerNamerouteValues사용하여 지정된 작업으로 리디렉션(Status302Found)합니다.

RedirectToAction(String, String, Object, String)

지정된 actionName, controllerName, routeValuesfragment사용하여 지정된 작업으로 리디렉션(Status302Found)합니다.

RedirectToAction(String, String, String)

지정된 actionName, controllerNamefragment사용하여 지정된 작업으로 리디렉션(Status302Found)합니다.

RedirectToActionPermanent(String)

지정된 actionName사용하여 Permanent true로 설정된 지정된 작업으로 리디렉션(Status301MovedPermanently)합니다.

RedirectToActionPermanent(String, Object)

지정된 actionNamerouteValues사용하여 Permanent true로 설정된 지정된 작업으로 리디렉션(Status301MovedPermanently)합니다.

RedirectToActionPermanent(String, String)

지정된 actionNamecontrollerName사용하여 Permanent true로 설정된 지정된 작업으로 리디렉션(Status301MovedPermanently)합니다.

RedirectToActionPermanent(String, String, Object)

지정된 actionName, controllerNamerouteValues사용하여 Permanent true로 설정된 지정된 작업으로 리디렉션(Status301MovedPermanently)합니다.

RedirectToActionPermanent(String, String, Object, String)

지정된 actionName, controllerName, routeValuesfragment사용하여 Permanent true로 설정된 지정된 작업으로 리디렉션(Status301MovedPermanently)합니다.

RedirectToActionPermanent(String, String, String)

지정된 actionName, controllerNamefragment사용하여 Permanent true로 설정된 지정된 작업으로 리디렉션(Status301MovedPermanently)합니다.

RedirectToActionPermanentPreserveMethod(String, String, Object, String)

지정된 actionName, controllerName, routeValuesfragment사용하여 Permanent true로 설정되고 PreserveMethod true로 설정된 지정된 작업으로 리디렉션(Status308PermanentRedirect)합니다.

RedirectToActionPreserveMethod(String, String, Object, String)

지정된 actionName, controllerName, routeValuesfragment사용하여 Permanent false로 설정되고 PreserveMethod true로 설정된 지정된 작업으로 리디렉션(Status307TemporaryRedirect)합니다.

RedirectToPage(String)

지정된 pageName(Status302Found)를 리디렉션합니다.

RedirectToPage(String, Object)

지정된 routeValues사용하여 지정된 pageName 리디렉션(Status302Found)합니다.

RedirectToPage(String, String)

지정된 pageHandler사용하여 지정된 pageName 리디렉션(Status302Found)합니다.

RedirectToPage(String, String, Object)

지정된 pageName(Status302Found)를 리디렉션합니다.

RedirectToPage(String, String, Object, String)

지정된 routeValues 사용하여 지정된 pageName 리디렉션(Status302Found)을 fragment.

RedirectToPage(String, String, String)

지정된 fragment사용하여 지정된 pageName 리디렉션(Status302Found)합니다.

RedirectToPagePermanent(String)

지정된 pageName(Status301MovedPermanently)를 리디렉션합니다.

RedirectToPagePermanent(String, Object)

지정된 routeValues사용하여 지정된 pageName 리디렉션(Status301MovedPermanently)합니다.

RedirectToPagePermanent(String, String)

지정된 pageHandler사용하여 지정된 pageName 리디렉션(Status301MovedPermanently)합니다.

RedirectToPagePermanent(String, String, Object, String)

지정된 routeValues 사용하여 지정된 pageName 리디렉션(Status301MovedPermanently)을 fragment.

RedirectToPagePermanent(String, String, String)

지정된 fragment사용하여 지정된 pageName 리디렉션(Status301MovedPermanently)합니다.

RedirectToPagePermanentPreserveMethod(String, String, Object, String)

지정된 pageName, routeValuesfragment사용하여 Permanent true로 설정되고 PreserveMethod true로 설정된 지정된 경로로 리디렉션(Status308PermanentRedirect)합니다.

RedirectToPagePreserveMethod(String, String, Object, String)

지정된 pageName, routeValuesfragment사용하여 Permanent false로 설정되고 PreserveMethod true로 설정된 지정된 페이지로 리디렉션(Status307TemporaryRedirect)합니다.

RedirectToRoute(Object)

지정된 routeValues사용하여 지정된 경로로 리디렉션(Status302Found)합니다.

RedirectToRoute(String)

지정된 routeName사용하여 지정된 경로로 리디렉션(Status302Found)합니다.

RedirectToRoute(String, Object)

지정된 routeName 사용하여 지정된 경로로 리디렉션(Status302Found)을 routeValues.

RedirectToRoute(String, Object, String)

지정된 routeName, routeValuesfragment사용하여 지정된 경로로 리디렉션(Status302Found)합니다.

RedirectToRoute(String, String)

지정된 routeName 사용하여 지정된 경로로 리디렉션(Status302Found)을 fragment.

RedirectToRoutePermanent(Object)

지정된 routeValues사용하여 Permanent true로 설정된 지정된 경로로 리디렉션(Status301MovedPermanently)합니다.

RedirectToRoutePermanent(String)

지정된 routeName사용하여 Permanent true로 설정된 지정된 경로로 리디렉션(Status301MovedPermanently)합니다.

RedirectToRoutePermanent(String, Object)

지정된 routeNamerouteValues사용하여 Permanent true로 설정된 지정된 경로로 리디렉션(Status301MovedPermanently)합니다.

RedirectToRoutePermanent(String, Object, String)

지정된 routeName, routeValuesfragment사용하여 Permanent true로 설정된 지정된 경로로 리디렉션(Status301MovedPermanently)합니다.

RedirectToRoutePermanent(String, String)

지정된 routeNamefragment사용하여 Permanent true로 설정된 지정된 경로로 리디렉션(Status301MovedPermanently)합니다.

RedirectToRoutePermanentPreserveMethod(String, Object, String)

지정된 routeName, routeValuesfragment사용하여 Permanent true로 설정되고 PreserveMethod true로 설정된 지정된 경로로 리디렉션(Status308PermanentRedirect)합니다.

RedirectToRoutePreserveMethod(String, Object, String)

지정된 routeName, routeValuesfragment사용하여 Permanent false로 설정되고 PreserveMethod true로 설정된 지정된 경로로 리디렉션(Status307TemporaryRedirect)합니다.

SignIn(ClaimsPrincipal)

SignInResult만듭니다.

SignIn(ClaimsPrincipal, AuthenticationProperties)

properties사용하여 SignInResult 만듭니다.

SignIn(ClaimsPrincipal, AuthenticationProperties, String)

지정된 인증 체계 및 properties사용하여 SignInResult 만듭니다.

SignIn(ClaimsPrincipal, AuthenticationProperties, String)

지정된 인증 체계를 사용하여 SignInResult 만들고 properties.

SignIn(ClaimsPrincipal, String)

지정된 인증 체계를 사용하여 SignInResult 만듭니다.

SignOut()

SignOutResult만듭니다.

SignOut(AuthenticationProperties)

properties사용하여 SignOutResult 만듭니다.

SignOut(AuthenticationProperties, String[])

지정된 인증 체계를 사용하여 SignOutResult 만들고 properties.

SignOut(AuthenticationProperties, String[])

지정된 인증 체계를 사용하여 SignOutResult 만들고 properties.

SignOut(String[])

지정된 인증 체계를 사용하여 SignOutResult 만듭니다.

StatusCode(Int32)

statusCode지정하여 StatusCodeResult 개체를 만듭니다.

StatusCode(Int32, Object)

statusCode 지정하여 ObjectResult 개체를 만들고 value

TryUpdateModelAsync(Object, Type, String)

컨트롤러의 현재 IValueProvider 값과 prefix사용하여 지정된 model 인스턴스를 업데이트합니다.

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

valueProviderprefix사용하여 지정된 model 인스턴스를 업데이트합니다.

TryUpdateModelAsync<TModel>(TModel)

컨트롤러의 현재 IValueProvider값을 사용하여 지정된 model 인스턴스를 업데이트합니다.

TryUpdateModelAsync<TModel>(TModel, String)

컨트롤러의 현재 IValueProvider 값과 prefix사용하여 지정된 model 인스턴스를 업데이트합니다.

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

컨트롤러의 현재 IValueProvider 값과 prefix사용하여 지정된 model 인스턴스를 업데이트합니다.

TryUpdateModelAsync<TModel>(TModel, String, Func<ModelMetadata,Boolean>)

컨트롤러의 현재 IValueProvider 값과 prefix사용하여 지정된 model 인스턴스를 업데이트합니다.

TryUpdateModelAsync<TModel>(TModel, String, IValueProvider)

valueProviderprefix사용하여 지정된 model 인스턴스를 업데이트합니다.

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

valueProviderprefix사용하여 지정된 model 인스턴스를 업데이트합니다.

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

valueProviderprefix사용하여 지정된 model 인스턴스를 업데이트합니다.

TryValidateModel(Object)

지정된 model 인스턴스의 유효성을 검사합니다.

TryValidateModel(Object, String)

지정된 model 인스턴스의 유효성을 검사합니다.

Unauthorized()

Status401Unauthorized 응답을 생성하는 UnauthorizedResult 만듭니다.

Unauthorized(Object)

Status401Unauthorized 응답을 생성하는 UnauthorizedObjectResult 만듭니다.

UnprocessableEntity()

Status422UnprocessableEntity 응답을 생성하는 UnprocessableEntityResult 만듭니다.

UnprocessableEntity(ModelStateDictionary)

Status422UnprocessableEntity 응답을 생성하는 UnprocessableEntityObjectResult 만듭니다.

UnprocessableEntity(Object)

Status422UnprocessableEntity 응답을 생성하는 UnprocessableEntityObjectResult 만듭니다.

ValidationProblem()

ModelState유효성 검사 오류가 있는 Status400BadRequest 응답을 생성하는 ActionResult 만듭니다.

ValidationProblem(ModelStateDictionary)

modelStateDictionary유효성 검사 오류가 있는 Status400BadRequest 응답을 생성하는 ActionResult 만듭니다.

ValidationProblem(String, String, Nullable<Int32>, String, String, ModelStateDictionary)

ValidationProblemDetails 값을 사용하여 Status400BadRequest 응답을 생성하는 ActionResult 만듭니다.

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

ValidationProblemDetails 값을 사용하여 Status400BadRequest 응답을 생성하는 ActionResult 만듭니다.

ValidationProblem(ValidationProblemDetails)

Status400BadRequest 응답을 생성하는 BadRequestObjectResult 만듭니다.

적용 대상