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

의 instance 가져옵니다EmptyResult.

HttpContext

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

MetadataProvider

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

ModelBinderFactory

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

ModelState

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

ObjectValidator

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

ProblemDetailsFactory

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

Request

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

Response

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

RouteData

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

Url

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

User

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

메서드

Accepted()

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

Accepted(Object)

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

Accepted(String)

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

Accepted(String, Object)

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

Accepted(Uri)

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

Accepted(Uri, Object)

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

AcceptedAtAction(String)

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

AcceptedAtAction(String, Object)

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

AcceptedAtAction(String, Object, Object)

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

AcceptedAtAction(String, String)

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

AcceptedAtAction(String, String, Object)

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

AcceptedAtAction(String, String, Object, Object)

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

AcceptedAtRoute(Object)

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

AcceptedAtRoute(Object, Object)

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

AcceptedAtRoute(String)

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

AcceptedAtRoute(String, Object)

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

AcceptedAtRoute(String, Object, Object)

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

BadRequest()

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

BadRequest(ModelStateDictionary)

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

BadRequest(Object)

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

Challenge()

ChallengeResult을 만듭니다.

Challenge(AuthenticationProperties)

지정된 를 사용하여 ChallengeResultproperties만듭니다.

Challenge(AuthenticationProperties)

지정된 를 사용하여 ChallengeResultproperties만듭니다.

Challenge(AuthenticationProperties, String[])

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

Challenge(AuthenticationProperties, String[])

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

Challenge(String[])

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

Conflict()

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

Conflict(ModelStateDictionary)

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

Conflict(Object)

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

Content(String)

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

Content(String, MediaTypeHeaderValue)

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

Content(String, String)

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

Content(String, String, Encoding)

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

Created()

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

Created(String, Object)

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

Created(Uri, Object)

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

CreatedAtAction(String, Object)

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

CreatedAtAction(String, Object, Object)

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

CreatedAtAction(String, String, Object, Object)

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

CreatedAtRoute(Object, Object)

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

CreatedAtRoute(String, Object)

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

CreatedAtRoute(String, Object, Object)

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

File(Byte[], String)

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

File(Byte[], String, Boolean)

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

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

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

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

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

File(Byte[], String, String)

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

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

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

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

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

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

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

File(Stream, String)

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

File(Stream, String, Boolean)

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

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

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

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

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

File(Stream, String, String)

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

File(Stream, String, String, Boolean)

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

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

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

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

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

File(String, String)

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

File(String, String, Boolean)

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

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

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

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

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

File(String, String, String)

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

File(String, String, String, Boolean)

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

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

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

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

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

Forbid()

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

Forbid(AuthenticationProperties)

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

Forbid(AuthenticationProperties)

지정된 를 사용하여 ForbidResultproperties만듭니다.

Forbid(AuthenticationProperties, String[])

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

Forbid(AuthenticationProperties, String[])

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

Forbid(String[])

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

LocalRedirect(String)

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

LocalRedirectPermanent(String)

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

LocalRedirectPermanentPreserveMethod(String)

true PreserveMethodLocalRedirectResultPermanent 설정된 개체를 만들고 지정된 localUrl를 사용하여 true(Status308PermanentRedirect)로 설정합니다.

LocalRedirectPreserveMethod(String)

false로 Permanent 설정된 개체를 LocalRedirectResultPreserveMethod 만들고 지정된 localUrl를 사용하여 true(Status307TemporaryRedirect)로 설정합니다.

NoContent()

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

NotFound()

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

NotFound(Object)

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

Ok()

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

Ok(Object)

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

PhysicalFile(String, String)

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

PhysicalFile(String, String, Boolean)

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

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

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

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

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

PhysicalFile(String, String, String)

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

PhysicalFile(String, String, String, Boolean)

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

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

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

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

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

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

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

Redirect(String)

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

RedirectPermanent(String)

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

RedirectPermanentPreserveMethod(String)

true PreserveMethodRedirectResultPermanent 설정된 개체를 만들고 지정된 url를 사용하여 true(Status308PermanentRedirect)로 설정합니다.

RedirectPreserveMethod(String)

false로 Permanent 설정된 개체를 RedirectResultPreserveMethod 만들고 지정된 url를 사용하여 true(Status307TemporaryRedirect)로 설정합니다.

RedirectToAction()

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

RedirectToAction(String)

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

RedirectToAction(String, Object)

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

RedirectToAction(String, String)

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

RedirectToAction(String, String, Object)

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

RedirectToAction(String, String, Object, String)

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

RedirectToAction(String, String, String)

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

RedirectToActionPermanent(String)

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

RedirectToActionPermanent(String, Object)

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

RedirectToActionPermanent(String, String)

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

RedirectToActionPermanent(String, String, Object)

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

RedirectToActionPermanent(String, String, Object, String)

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

RedirectToActionPermanent(String, String, String)

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

RedirectToActionPermanentPreserveMethod(String, String, Object, String)

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

RedirectToActionPreserveMethod(String, String, Object, String)

지정된 , , 및 를 사용하여 false로 설정된 지정된 작업으로 Permanent 리디렉션Status307TemporaryRedirect하고 PreserveMethod true로 actionName설정합니다.fragmentrouteValuescontrollerName

RedirectToPage(String)

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

RedirectToPage(String, Object)

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

RedirectToPage(String, String)

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

RedirectToPage(String, String, Object)

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

RedirectToPage(String, String, Object, String)

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

RedirectToPage(String, String, String)

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

RedirectToPagePermanent(String)

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

RedirectToPagePermanent(String, Object)

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

RedirectToPagePermanent(String, String)

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

RedirectToPagePermanent(String, String, Object, String)

지정된 및 을 사용하여 지정된 로 리디렉션(Status301MovedPermanently)합니다routeValues.pageNamefragment

RedirectToPagePermanent(String, String, String)

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

RedirectToPagePermanentPreserveMethod(String, String, Object, String)

지정된 , routeValues및 를 사용하여 true로 설정된 지정된 경로로 Permanent 리디렉션Status308PermanentRedirect하고 PreserveMethodfragmenttrue로 pageName설정합니다.

RedirectToPagePreserveMethod(String, String, Object, String)

지정된 , routeValuesfragment를 사용하여 pageNamefalse로 설정된 지정된 페이지로 Permanent 리디렉션Status307TemporaryRedirect하고 PreserveMethod true로 설정합니다.

RedirectToRoute(Object)

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

RedirectToRoute(String)

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

RedirectToRoute(String, Object)

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

RedirectToRoute(String, Object, String)

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

RedirectToRoute(String, String)

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

RedirectToRoutePermanent(Object)

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

RedirectToRoutePermanent(String)

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

RedirectToRoutePermanent(String, Object)

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

RedirectToRoutePermanent(String, Object, String)

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

RedirectToRoutePermanent(String, String)

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

RedirectToRoutePermanentPreserveMethod(String, Object, String)

지정된 , routeValues및 를 사용하여 true로 설정된 지정된 경로로 Permanent 리디렉션Status308PermanentRedirect하고 PreserveMethodfragmenttrue로 routeName설정합니다.

RedirectToRoutePreserveMethod(String, Object, String)

지정된 , routeValuesfragment를 사용하여 routeNamefalse로 설정된 지정된 경로로 Permanent 리디렉션Status307TemporaryRedirect하고 PreserveMethod true로 설정합니다.

SignIn(ClaimsPrincipal)

SignInResult을 만듭니다.

SignIn(ClaimsPrincipal, AuthenticationProperties)

를 사용하여 을 SignInResultproperties만듭니다.

SignIn(ClaimsPrincipal, AuthenticationProperties, String)

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

SignIn(ClaimsPrincipal, AuthenticationProperties, String)

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

SignIn(ClaimsPrincipal, String)

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

SignOut()

SignOutResult을 만듭니다.

SignOut(AuthenticationProperties)

를 사용하여 을 SignOutResultproperties만듭니다.

SignOut(AuthenticationProperties, String[])

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

SignOut(AuthenticationProperties, String[])

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

SignOut(String[])

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

StatusCode(Int32)

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

StatusCode(Int32, Object)

및 을 ObjectResult 지정하여 개체를 statusCode 만듭니다. value

TryUpdateModelAsync(Object, Type, String)

컨트롤러의 현재 IValueProviderprefix의 값을 사용하여 지정된 model instance 업데이트.

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

prefix를 사용하여 valueProvider 지정된 model instance 업데이트.

TryUpdateModelAsync<TModel>(TModel)

컨트롤러의 현재 IValueProvider의 값을 사용하여 지정된 model instance 업데이트.

TryUpdateModelAsync<TModel>(TModel, String)

컨트롤러의 현재 IValueProviderprefix의 값을 사용하여 지정된 model instance 업데이트.

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

컨트롤러의 현재 IValueProviderprefix의 값을 사용하여 지정된 model instance 업데이트.

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

컨트롤러의 현재 IValueProviderprefix의 값을 사용하여 지정된 model instance 업데이트.

TryUpdateModelAsync<TModel>(TModel, String, IValueProvider)

prefix를 사용하여 valueProvider 지정된 model instance 업데이트.

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

prefix를 사용하여 valueProvider 지정된 model instance 업데이트.

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

prefix를 사용하여 valueProvider 지정된 model instance 업데이트.

TryValidateModel(Object)

지정된 instance 유효성을 model 검사합니다.

TryValidateModel(Object, String)

지정된 instance 유효성을 model 검사합니다.

Unauthorized()

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

Unauthorized(Object)

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

UnprocessableEntity()

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

UnprocessableEntity(ModelStateDictionary)

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

UnprocessableEntity(Object)

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

ValidationProblem()

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

ValidationProblem(ModelStateDictionary)

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

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

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

ValidationProblem(ValidationProblemDetails)

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

적용 대상