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 として指定し、指定した fileDownloadName を virtualPath (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 として指定し、指定した fileDownloadName を physicalPath (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)
|
actionName と routeValues を使用して、指定したアクションに (Status302Found) をリダイレクトします。
(継承元 PageModel)
|
RedirectToAction(String, String, Object, String)
|
指定した actionName 、controllerName 、routeValues 、および fragment を使用して、指定したアクションに (Status302Found) をリダイレクトします。
(継承元 PageModel)
|
RedirectToAction(String, String, Object)
|
指定した actionName 、controllerName 、および routeValues を使用して、指定したアクションに (Status302Found) をリダイレクトします。
(継承元 PageModel)
|
RedirectToAction(String, String, String)
|
指定した actionName 、controllerName 、および fragment を使用して、指定したアクションに (Status302Found) をリダイレクトします。
(継承元 PageModel)
|
RedirectToAction(String, String)
|
actionName と controllerName を使用して、指定したアクションに (Status302Found) をリダイレクトします。
(継承元 PageModel)
|
RedirectToAction(String)
|
actionName を使用して、指定したアクションに (Status302Found) をリダイレクトします。
(継承元 PageModel)
|
RedirectToActionPermanent(String, Object)
|
指定した actionName と routeValues を使用して、Permanent を true に設定して、指定したアクションに (Status301MovedPermanently) をリダイレクトします。
(継承元 PageModel)
|
RedirectToActionPermanent(String, String, Object, String)
|
指定した actionName 、controllerName 、routeValues 、および fragment を使用して、Permanent を true に設定して、指定したアクションに (Status301MovedPermanently) をリダイレクトします。
(継承元 PageModel)
|
RedirectToActionPermanent(String, String, Object)
|
指定した actionName 、controllerName 、および routeValues を使用して、Permanent を true に設定して、指定したアクションに (Status301MovedPermanently) をリダイレクトします。
(継承元 PageModel)
|
RedirectToActionPermanent(String, String, String)
|
指定した actionName 、controllerName 、および fragment を使用して、Permanent を true に設定して、指定したアクションに (Status301MovedPermanently) をリダイレクトします。
(継承元 PageModel)
|
RedirectToActionPermanent(String, String)
|
指定した actionName と controllerName を使用して、Permanent を true に設定して、指定したアクションに (Status301MovedPermanently) をリダイレクトします。
(継承元 PageModel)
|
RedirectToActionPermanent(String)
|
指定した actionName を使用して、Permanent を true に設定して、指定したアクションに (Status301MovedPermanently) をリダイレクトします。
(継承元 PageModel)
|
RedirectToActionPermanentPreserveMethod(String, String, Object, String)
|
指定した actionName 、controllerName 、routeValues 、および fragment を使用して、Permanent を true に設定し、PreserveMethod を true に設定して、指定したアクションに (Status308PermanentRedirect) をリダイレクトします。
(継承元 PageModel)
|
RedirectToActionPreserveMethod(String, String, Object, String)
|
指定した actionName 、controllerName 、routeValues 、および 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)
|
指定した routeValues と fragment を使用して、指定した pageName に (Status302Found) をリダイレクトします。
(継承元 PageModel)
|
RedirectToPage(String, String, Object)
|
指定した pageHandler と routeValues を使用して、指定した 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)
|
指定した routeValues と fragment を使用して、指定した 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)
|
指定した pageName 、routeValues 、および fragment を使用して、Permanent を true に設定し、PreserveMethod を true に設定して、指定したルートに (Status308PermanentRedirect) リダイレクトします。
(継承元 PageModel)
|
RedirectToPagePreserveMethod(String, String, Object, String)
|
指定した pageName 、routeValues 、および fragment を使用して、Permanent を false に設定し、PreserveMethod を true に設定して、指定したページに (Status307TemporaryRedirect) リダイレクトします。
(継承元 PageModel)
|
RedirectToRoute(Object)
|
指定した routeValues を使用して、指定したルートに (Status302Found) をリダイレクトします。
(継承元 PageModel)
|
RedirectToRoute(String, Object, String)
|
指定した routeName 、routeValues 、および fragment を使用して、指定したルートに (Status302Found) をリダイレクトします。
(継承元 PageModel)
|
RedirectToRoute(String, Object)
|
指定した routeName と routeValues を使用して、指定したルートに (Status302Found) をリダイレクトします。
(継承元 PageModel)
|
RedirectToRoute(String, String)
|
指定した routeName と fragment を使用して、指定したルートに (Status302Found) をリダイレクトします。
(継承元 PageModel)
|
RedirectToRoute(String)
|
指定した routeName を使用して、指定したルートに (Status302Found) をリダイレクトします。
(継承元 PageModel)
|
RedirectToRoutePermanent(Object)
|
指定した routeValues を使用して、Permanent を true に設定して、指定したルートに (Status301MovedPermanently) をリダイレクトします。
(継承元 PageModel)
|
RedirectToRoutePermanent(String, Object, String)
|
指定した routeName 、routeValues 、および fragment を使用して、Permanent を true に設定して、指定したルートに (Status301MovedPermanently) をリダイレクトします。
(継承元 PageModel)
|
RedirectToRoutePermanent(String, Object)
|
指定した routeName と routeValues を使用して、Permanent を true に設定して、指定したルートに (Status301MovedPermanently) リダイレクトします。
(継承元 PageModel)
|
RedirectToRoutePermanent(String, String)
|
指定した routeName と fragment を使用して、Permanent を true に設定して、指定したルートに (Status301MovedPermanently) リダイレクトします。
(継承元 PageModel)
|
RedirectToRoutePermanent(String)
|
指定した routeName を使用して、Permanent を true に設定して、指定したルートに (Status301MovedPermanently) をリダイレクトします。
(継承元 PageModel)
|
RedirectToRoutePermanentPreserveMethod(String, Object, String)
|
指定した routeName 、routeValues 、および fragment を使用して、Permanent を true に設定し、PreserveMethod を true に設定して、指定したルートに (Status308PermanentRedirect) リダイレクトします。
(継承元 PageModel)
|
RedirectToRoutePreserveMethod(String, Object, String)
|
指定した routeName 、routeValues 、および 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)
|
statusCode と value を指定して、ObjectResult オブジェクトを作成します。
(継承元 PageModel)
|
StatusCode(Int32)
|
statusCode を指定して StatusCodeResult オブジェクトを作成します。
(継承元 PageModel)
|
TryUpdateModelAsync(Object, Type, String, IValueProvider, Func<ModelMetadata,Boolean>)
|
valueProvider と name を使用して、指定した model インスタンスを更新します。
(継承元 PageModel)
|
TryUpdateModelAsync(Object, Type, String)
|
PageModelの現在の IValueProvider と name の値を使用して、指定した model インスタンスを更新します。
(継承元 PageModel)
|
TryUpdateModelAsync<TModel>(TModel, String, Expression<Func<TModel,Object>>[])
|
PageModelの現在の IValueProvider と name の値を使用して、指定した model インスタンスを更新します。
(継承元 PageModel)
|
TryUpdateModelAsync<TModel>(TModel, String, Func<ModelMetadata,Boolean>)
|
PageModelの現在の IValueProvider と name の値を使用して、指定した model インスタンスを更新します。
(継承元 PageModel)
|
TryUpdateModelAsync<TModel>(TModel, String, IValueProvider, Expression<Func<TModel,Object>>[])
|
valueProvider と name を使用して、指定した model インスタンスを更新します。
(継承元 PageModel)
|
TryUpdateModelAsync<TModel>(TModel, String, IValueProvider, Func<ModelMetadata,Boolean>)
|
valueProvider と name を使用して、指定した model インスタンスを更新します。
(継承元 PageModel)
|
TryUpdateModelAsync<TModel>(TModel, String, IValueProvider)
|
valueProvider と name を使用して、指定した 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)
|