次の方法で共有


ErrorModel クラス

定義

public ref class ErrorModel : Microsoft::AspNetCore::Mvc::RazorPages::PageModel
[Microsoft.AspNetCore.Authorization.AllowAnonymous]
public class ErrorModel : Microsoft.AspNetCore.Mvc.RazorPages.PageModel
[<Microsoft.AspNetCore.Authorization.AllowAnonymous>]
type ErrorModel = class
    inherit PageModel
Public Class ErrorModel
Inherits PageModel
継承
ErrorModel
属性

コンストラクター

ErrorModel()

プロパティ

HttpContext

HttpContextを取得します。

(継承元 PageModel)
MetadataProvider

IModelMetadataProviderを取得または設定します。

(継承元 PageModel)
ModelState

ModelStateDictionaryを取得します。

(継承元 PageModel)
PageContext

PageContextを取得します。

(継承元 PageModel)
Request

HttpRequestを取得します。

(継承元 PageModel)
RequestId
Response

HttpResponseを取得します。

(継承元 PageModel)
RouteData

実行中のアクションの RouteData を取得します。

(継承元 PageModel)
ShowRequestId
TempData

PageResultで使用 ITempDataDictionary を取得または設定します。

(継承元 PageModel)
Url

IUrlHelperを取得または設定します。

(継承元 PageModel)
User

実行中のアクションに関連付けられているユーザーの ClaimsPrincipal を取得します。

(継承元 PageModel)
ViewData

ViewDataDictionaryを取得します。

(継承元 PageModel)

メソッド

BadRequest()

Status400BadRequest 応答を生成する BadRequestResult を作成します。

(継承元 PageModel)
BadRequest(ModelStateDictionary)

Status400BadRequest 応答を生成する BadRequestObjectResult を作成します。

(継承元 PageModel)
BadRequest(Object)

Status400BadRequest 応答を生成する BadRequestObjectResult を作成します。

(継承元 PageModel)
Challenge()

ChallengeResultを作成します。

(継承元 PageModel)
Challenge(AuthenticationProperties, String[])

指定した認証スキームと propertiesを使用して ChallengeResult を作成します。

(継承元 PageModel)
Challenge(AuthenticationProperties)

指定した propertiesを使用して ChallengeResult を作成します。

(継承元 PageModel)
Challenge(String[])

指定した認証スキームを使用して ChallengeResult を作成します。

(継承元 PageModel)
Content(String, MediaTypeHeaderValue)

content 文字列と contentTypeを指定して、Status200OK を持つ ContentResult オブジェクトを作成します。

(継承元 PageModel)
Content(String, String, Encoding)

content 文字列、contentType、および contentEncodingを指定して、Status200OK を持つ ContentResult オブジェクトを作成します。

(継承元 PageModel)
Content(String, String)

content 文字列とコンテンツ タイプを指定して、Status200OK を持つ ContentResult オブジェクトを作成します。

(継承元 PageModel)
Content(String)

content 文字列を指定して、Status200OK を持つ ContentResult オブジェクトを作成します。

(継承元 PageModel)
File(Byte[], String, String)

指定した fileContents をコンテンツ (Status200OK)、指定した contentType を Content-Type として、指定した fileDownloadName を推奨されるファイル名として返します。

(継承元 PageModel)
File(Byte[], String)

指定した fileContents をコンテンツ (Status200OK) として、指定した contentType を Content-Type として持つファイルを返します。

(継承元 PageModel)
File(Stream, String, String)

指定した fileStream (Status200OK) 内のファイルを、指定した contentType を Content-Type として返し、指定した fileDownloadName を推奨されるファイル名として返します。

(継承元 PageModel)
File(Stream, String)

指定した fileStream (Status200OK) 内の、指定した contentType を Content-Type として持つファイルを返します。

(継承元 PageModel)
File(String, String, String)

指定した contentType を Content-Type として指定し、指定した fileDownloadNamevirtualPath (Status200OK) で指定したファイルを、推奨されるファイル名として返します。

(継承元 PageModel)
File(String, String)

指定した contentType を Content-Type として持つ virtualPath (Status200OK) で指定されたファイルを返します。

(継承元 PageModel)
Forbid()

ForbidResult (既定ではStatus403Forbidden) を作成します。

(継承元 PageModel)
Forbid(AuthenticationProperties, String[])

指定した認証スキームと propertiesを使用して ForbidResult (既定でStatus403Forbidden) を作成します。

(継承元 PageModel)
Forbid(AuthenticationProperties)

指定した propertiesを使用して ForbidResult (既定でStatus403Forbidden) を作成します。

(継承元 PageModel)
Forbid(String[])

指定した認証スキームを使用して ForbidResult (既定でStatus403Forbidden) を作成します。

(継承元 PageModel)
LocalRedirect(String)

指定したローカル localUrlに (Status302Found) をリダイレクトする LocalRedirectResult オブジェクトを作成します。

(継承元 PageModel)
LocalRedirectPermanent(String)

指定した localUrlを使用して、Permanent true (Status301MovedPermanently) に設定された LocalRedirectResult オブジェクトを作成します。

(継承元 PageModel)
LocalRedirectPermanentPreserveMethod(String)

指定した localUrlを使用して、Permanent を true に設定し、PreserveMethod true (Status308PermanentRedirect) に設定した LocalRedirectResult オブジェクトを作成します。

(継承元 PageModel)
LocalRedirectPreserveMethod(String)

指定した localUrlを使用して、Permanent を false に設定し、PreserveMethod true (Status307TemporaryRedirect) に設定した LocalRedirectResult オブジェクトを作成します。

(継承元 PageModel)
NotFound()

Status404NotFound 応答を生成する NotFoundResult を作成します。

(継承元 PageModel)
NotFound(Object)

Status404NotFound 応答を生成する NotFoundObjectResult を作成します。

(継承元 PageModel)
OnGet()
OnPageHandlerExecuted(PageHandlerExecutedContext)

ハンドラー メソッドの実行後、アクションの結果が実行される前に呼び出されます。

(継承元 PageModel)
OnPageHandlerExecuting(PageHandlerExecutingContext)

モデル バインドが完了した後、ハンドラー メソッドが実行される前に呼び出されます。

(継承元 PageModel)
OnPageHandlerExecutionAsync(PageHandlerExecutingContext, PageHandlerExecutionDelegate)

モデル バインドが完了した後、ハンドラー メソッドが呼び出される前に非同期的に呼び出されます。

(継承元 PageModel)
OnPageHandlerSelected(PageHandlerSelectedContext)

ハンドラー メソッドが選択された後、モデル バインドが発生する前に呼び出されます。

(継承元 PageModel)
OnPageHandlerSelectionAsync(PageHandlerSelectedContext)

ハンドラー メソッドが選択された後、モデル バインドが発生する前に非同期的に呼び出されます。

(継承元 PageModel)
Page()

ページをレンダリングする PageResult オブジェクトを作成します。

(継承元 PageModel)
Partial(String, Object)

レンダリングする部分の名前とモデル オブジェクトを指定して、PartialViewResult を作成します。

(継承元 PageModel)
Partial(String)

レンダリングする部分の名前を指定して、PartialViewResult を作成します。

(継承元 PageModel)
PhysicalFile(String, String, String)

指定した contentType を Content-Type として指定し、指定した fileDownloadNamephysicalPath (Status200OK) で指定したファイルを、推奨されるファイル名として返します。

(継承元 PageModel)
PhysicalFile(String, String)

指定した contentType を Content-Type として持つ physicalPath (Status200OK) で指定されたファイルを返します。

(継承元 PageModel)
Redirect(String)

指定した urlに (Status302Found) をリダイレクトする RedirectResult オブジェクトを作成します。

(継承元 PageModel)
RedirectPermanent(String)

指定した urlを使用して、Permanent true (Status301MovedPermanently) に設定された RedirectResult オブジェクトを作成します。

(継承元 PageModel)
RedirectPermanentPreserveMethod(String)

指定した urlを使用して、Permanent を true に設定し、PreserveMethod true (Status308PermanentRedirect) に設定した RedirectResult オブジェクトを作成します。

(継承元 PageModel)
RedirectPreserveMethod(String)

指定した urlを使用して、Permanent を false に設定し、PreserveMethod true (Status307TemporaryRedirect) に設定した RedirectResult オブジェクトを作成します。

(継承元 PageModel)
RedirectToAction(String, Object)

actionNamerouteValuesを使用して、指定したアクションに (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToAction(String, String, Object, String)

指定した actionNamecontrollerNamerouteValues、および fragmentを使用して、指定したアクションに (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToAction(String, String, Object)

指定した actionNamecontrollerName、および routeValuesを使用して、指定したアクションに (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToAction(String, String, String)

指定した actionNamecontrollerName、および fragmentを使用して、指定したアクションに (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToAction(String, String)

actionNamecontrollerNameを使用して、指定したアクションに (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToAction(String)

actionNameを使用して、指定したアクションに (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToActionPermanent(String, Object)

指定した actionNamerouteValuesを使用して、Permanent を true に設定して、指定したアクションに (Status301MovedPermanently) をリダイレクトします。

(継承元 PageModel)
RedirectToActionPermanent(String, String, Object, String)

指定した actionNamecontrollerNamerouteValues、および fragmentを使用して、Permanent を true に設定して、指定したアクションに (Status301MovedPermanently) をリダイレクトします。

(継承元 PageModel)
RedirectToActionPermanent(String, String, Object)

指定した actionNamecontrollerName、および routeValuesを使用して、Permanent を true に設定して、指定したアクションに (Status301MovedPermanently) をリダイレクトします。

(継承元 PageModel)
RedirectToActionPermanent(String, String, String)

指定した actionNamecontrollerName、および fragmentを使用して、Permanent を true に設定して、指定したアクションに (Status301MovedPermanently) をリダイレクトします。

(継承元 PageModel)
RedirectToActionPermanent(String, String)

指定した actionNamecontrollerNameを使用して、Permanent を true に設定して、指定したアクションに (Status301MovedPermanently) をリダイレクトします。

(継承元 PageModel)
RedirectToActionPermanent(String)

指定した actionNameを使用して、Permanent を true に設定して、指定したアクションに (Status301MovedPermanently) をリダイレクトします。

(継承元 PageModel)
RedirectToActionPermanentPreserveMethod(String, String, Object, String)

指定した actionNamecontrollerNamerouteValues、および fragmentを使用して、Permanent を true に設定し、PreserveMethod を true に設定して、指定したアクションに (Status308PermanentRedirect) をリダイレクトします。

(継承元 PageModel)
RedirectToActionPreserveMethod(String, String, Object, String)

指定した actionNamecontrollerNamerouteValues、および fragmentを使用して、Permanent を false に設定し、PreserveMethod を true に設定して、指定したアクションに (Status307TemporaryRedirect) をリダイレクトします。

(継承元 PageModel)
RedirectToPage()

現在のページにリダイレクト (Status302Found) します。

(継承元 PageModel)
RedirectToPage(Object)

指定した routeValuesを使用して、現在のページに (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToPage(String, Object)

指定した routeValuesを使用して、指定した pageName に (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToPage(String, String, Object, String)

指定した routeValuesfragmentを使用して、指定した pageName に (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToPage(String, String, Object)

指定した pageHandlerrouteValuesを使用して、指定した pageName に (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToPage(String, String, String)

指定した fragmentを使用して、指定した pageName に (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToPage(String, String)

指定した pageHandlerを使用して、指定した pageName に (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToPage(String)

指定した pageNameに (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToPagePermanent(String, Object, String)

指定した fragmentを使用して、指定した pageName に (Status301MovedPermanently) をリダイレクトします。

(継承元 PageModel)
RedirectToPagePermanent(String, Object)

指定した routeValuesを使用して、指定した pageName に (Status301MovedPermanently) をリダイレクトします。

(継承元 PageModel)
RedirectToPagePermanent(String, String, Object, String)

指定した routeValuesfragmentを使用して、指定した pageName に (Status301MovedPermanently) をリダイレクトします。

(継承元 PageModel)
RedirectToPagePermanent(String, String, Object)

指定した routeValuesを使用して、指定した pageName に (Status301MovedPermanently) をリダイレクトします。

(継承元 PageModel)
RedirectToPagePermanent(String, String, String)

指定した fragmentを使用して、指定した pageName に (Status301MovedPermanently) をリダイレクトします。

(継承元 PageModel)
RedirectToPagePermanent(String, String)

指定した pageNameに (Status301MovedPermanently) をリダイレクトします。

(継承元 PageModel)
RedirectToPagePermanent(String)

指定した pageNameに (Status301MovedPermanently) をリダイレクトします。

(継承元 PageModel)
RedirectToPagePermanentPreserveMethod(String, String, Object, String)

指定した pageNamerouteValues、および fragmentを使用して、Permanent を true に設定し、PreserveMethod を true に設定して、指定したルートに (Status308PermanentRedirect) リダイレクトします。

(継承元 PageModel)
RedirectToPagePreserveMethod(String, String, Object, String)

指定した pageNamerouteValues、および fragmentを使用して、Permanent を false に設定し、PreserveMethod を true に設定して、指定したページに (Status307TemporaryRedirect) リダイレクトします。

(継承元 PageModel)
RedirectToRoute(Object)

指定した routeValuesを使用して、指定したルートに (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToRoute(String, Object, String)

指定した routeNamerouteValues、および fragmentを使用して、指定したルートに (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToRoute(String, Object)

指定した routeNamerouteValuesを使用して、指定したルートに (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToRoute(String, String)

指定した routeNamefragmentを使用して、指定したルートに (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToRoute(String)

指定した routeNameを使用して、指定したルートに (Status302Found) をリダイレクトします。

(継承元 PageModel)
RedirectToRoutePermanent(Object)

指定した routeValuesを使用して、Permanent を true に設定して、指定したルートに (Status301MovedPermanently) をリダイレクトします。

(継承元 PageModel)
RedirectToRoutePermanent(String, Object, String)

指定した routeNamerouteValues、および fragmentを使用して、Permanent を true に設定して、指定したルートに (Status301MovedPermanently) をリダイレクトします。

(継承元 PageModel)
RedirectToRoutePermanent(String, Object)

指定した routeNamerouteValuesを使用して、Permanent を true に設定して、指定したルートに (Status301MovedPermanently) リダイレクトします。

(継承元 PageModel)
RedirectToRoutePermanent(String, String)

指定した routeNamefragmentを使用して、Permanent を true に設定して、指定したルートに (Status301MovedPermanently) リダイレクトします。

(継承元 PageModel)
RedirectToRoutePermanent(String)

指定した routeNameを使用して、Permanent を true に設定して、指定したルートに (Status301MovedPermanently) をリダイレクトします。

(継承元 PageModel)
RedirectToRoutePermanentPreserveMethod(String, Object, String)

指定した routeNamerouteValues、および fragmentを使用して、Permanent を true に設定し、PreserveMethod を true に設定して、指定したルートに (Status308PermanentRedirect) リダイレクトします。

(継承元 PageModel)
RedirectToRoutePreserveMethod(String, Object, String)

指定した routeNamerouteValues、および fragmentを使用して、Permanent を false に設定し、PreserveMethod を true に設定して、指定したルートに (Status307TemporaryRedirect) リダイレクトします。

(継承元 PageModel)
SignIn(ClaimsPrincipal, AuthenticationProperties, String)

指定した認証スキームと propertiesを使用して SignInResult を作成します。

(継承元 PageModel)
SignIn(ClaimsPrincipal, String)

指定した認証スキームを使用して SignInResult を作成します。

(継承元 PageModel)
SignOut(AuthenticationProperties, String[])

指定した認証スキームと propertiesを使用して SignOutResult を作成します。

(継承元 PageModel)
SignOut(String[])

指定した認証スキームを使用して SignOutResult を作成します。

(継承元 PageModel)
StatusCode(Int32, Object)

statusCodevalue を指定して、ObjectResult オブジェクトを作成します。

(継承元 PageModel)
StatusCode(Int32)

statusCodeを指定して StatusCodeResult オブジェクトを作成します。

(継承元 PageModel)
TryUpdateModelAsync(Object, Type, String, IValueProvider, Func<ModelMetadata,Boolean>)

valueProvidernameを使用して、指定した model インスタンスを更新します。

(継承元 PageModel)
TryUpdateModelAsync(Object, Type, String)

PageModelの現在の IValueProvidernameの値を使用して、指定した model インスタンスを更新します。

(継承元 PageModel)
TryUpdateModelAsync<TModel>(TModel, String, Expression<Func<TModel,Object>>[])

PageModelの現在の IValueProvidernameの値を使用して、指定した model インスタンスを更新します。

(継承元 PageModel)
TryUpdateModelAsync<TModel>(TModel, String, Func<ModelMetadata,Boolean>)

PageModelの現在の IValueProvidernameの値を使用して、指定した model インスタンスを更新します。

(継承元 PageModel)
TryUpdateModelAsync<TModel>(TModel, String, IValueProvider, Expression<Func<TModel,Object>>[])

valueProvidernameを使用して、指定した model インスタンスを更新します。

(継承元 PageModel)
TryUpdateModelAsync<TModel>(TModel, String, IValueProvider, Func<ModelMetadata,Boolean>)

valueProvidernameを使用して、指定した model インスタンスを更新します。

(継承元 PageModel)
TryUpdateModelAsync<TModel>(TModel, String, IValueProvider)

valueProvidernameを使用して、指定した model インスタンスを更新します。

(継承元 PageModel)
TryUpdateModelAsync<TModel>(TModel, String)

PageModelの現在の IValueProviderの値を使用して、指定した model インスタンスを更新します。

(継承元 PageModel)
TryUpdateModelAsync<TModel>(TModel)

PageModelの現在の IValueProviderの値を使用して、指定した model インスタンスを更新します。

(継承元 PageModel)
TryValidateModel(Object, String)

指定した model インスタンスを検証します。

(継承元 PageModel)
TryValidateModel(Object)

指定した model インスタンスを検証します。

(継承元 PageModel)
Unauthorized()

Status401Unauthorized 応答を生成する UnauthorizedResult を作成します。

(継承元 PageModel)
ViewComponent(String, Object)

レンダリングするビュー コンポーネントの名前を指定して、ViewComponentResult を作成します。

(継承元 PageModel)
ViewComponent(String)

レンダリングするビュー コンポーネントの名前を指定して、ViewComponentResult を作成します。

(継承元 PageModel)
ViewComponent(Type, Object)

レンダリングするビュー コンポーネントの Type を指定して、ViewComponentResult を作成します。

(継承元 PageModel)
ViewComponent(Type)

レンダリングするビュー コンポーネントの Type を指定して、ViewComponentResult を作成します。

(継承元 PageModel)

適用対象