12260 lines
569 KiB
YAML
12260 lines
569 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: adas_core.Controllers.ConfigDisplayController
|
|
commentId: T:adas_core.Controllers.ConfigDisplayController
|
|
id: ConfigDisplayController
|
|
parent: adas_core.Controllers
|
|
children:
|
|
- adas_core.Controllers.ConfigDisplayController.#ctor(adas_core.Application.Services.Interfaces.IDisplayConfigService)
|
|
- adas_core.Controllers.ConfigDisplayController.DeleteChartConfig(System.String)
|
|
- adas_core.Controllers.ConfigDisplayController.DeleteDisplayConfig(System.String)
|
|
- adas_core.Controllers.ConfigDisplayController.GetAllCardConfig
|
|
- adas_core.Controllers.ConfigDisplayController.GetAllMediaFiles(System.String)
|
|
- adas_core.Controllers.ConfigDisplayController.GetChartConfig(System.String)
|
|
- adas_core.Controllers.ConfigDisplayController.GetDisplayConfigLocations(System.String)
|
|
- adas_core.Controllers.ConfigDisplayController.Insert(adas_core.Domain.Models.MongoModels.DisplayConfig)
|
|
- adas_core.Controllers.ConfigDisplayController.InsertCardConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto)
|
|
- adas_core.Controllers.ConfigDisplayController.InsertCardDetailConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto)
|
|
- adas_core.Controllers.ConfigDisplayController.InsertChartConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto)
|
|
- adas_core.Controllers.ConfigDisplayController.InsertMinimal(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto)
|
|
- adas_core.Controllers.ConfigDisplayController.InsertNurse
|
|
- adas_core.Controllers.ConfigDisplayController.List
|
|
- adas_core.Controllers.ConfigDisplayController.ListById(System.String)
|
|
- adas_core.Controllers.ConfigDisplayController.ListByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType)
|
|
- adas_core.Controllers.ConfigDisplayController.ListCompact
|
|
- adas_core.Controllers.ConfigDisplayController.ListCompactPaginated(adas_core.Domain.Models.Filter.PaginationFilter)
|
|
- adas_core.Controllers.ConfigDisplayController.StreamMediaById(System.String,System.String)
|
|
- adas_core.Controllers.ConfigDisplayController.UpdateBaseConfig(adas_core.Domain.Models.MongoModels.DisplayConfig)
|
|
- adas_core.Controllers.ConfigDisplayController.UpdateCardConfig(adas_core.Domain.Models.MongoModels.CardConfig)
|
|
- adas_core.Controllers.ConfigDisplayController.UpdateChartConfig(adas_core.Domain.Models.MongoModels.ChartConfig)
|
|
- adas_core.Controllers.ConfigDisplayController.UpdateConfig(System.String,System.Object)
|
|
- adas_core.Controllers.ConfigDisplayController.UpdateConfigColor(System.String,adas_core.Domain.Models.MongoModels.ColorConfig)
|
|
- adas_core.Controllers.ConfigDisplayController.UpdateDetailConfig(adas_core.Domain.Models.MongoModels.CardDetailsConfig)
|
|
- adas_core.Controllers.ConfigDisplayController.UpdateFieldList(System.String,System.Collections.Generic.List{adas_core.Domain.Models.GroupedObservations.Field})
|
|
- adas_core.Controllers.ConfigDisplayController.UpdateHeaderConfig(System.String,adas_core.Domain.Models.MongoModels.HeaderConfig)
|
|
- adas_core.Controllers.ConfigDisplayController.UpdateName(System.String,adas_core.Domain.Models.DTO.Display.UpdateDisplayConfigNameDto)
|
|
- adas_core.Controllers.ConfigDisplayController.UpdateSetHomeBanner(System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.BannerItem})
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ConfigDisplayController
|
|
nameWithType: ConfigDisplayController
|
|
fullName: adas_core.Controllers.ConfigDisplayController
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: ConfigDisplayController
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 24
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: Provides endpoints for managing and retrieving display configuration data.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[Route("config-displays")]
|
|
|
|
[ApiController]
|
|
|
|
public class ConfigDisplayController : ControllerBase
|
|
content.vb: >-
|
|
<Route("config-displays")>
|
|
|
|
<ApiController>
|
|
|
|
Public Class ConfigDisplayController Inherits ControllerBase
|
|
exceptions:
|
|
- type: System.ArgumentNullException
|
|
commentId: T:System.ArgumentNullException
|
|
description: Thrown when <code class="paramref">displayConfigService</code> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.
|
|
inheritance:
|
|
- System.Object
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase
|
|
inheritedMembers:
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.StatusCode(System.Int32)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.StatusCode(System.Int32,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String,System.String,System.Text.Encoding)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String,Microsoft.Net.Http.Headers.MediaTypeHeaderValue)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.NoContent
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Ok
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Ok(System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Redirect(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPermanent(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPreserveMethod(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPermanentPreserveMethod(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirect(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPermanent(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPreserveMethod(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPermanentPreserveMethod(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String,System.Object,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPreserveMethod(System.String,System.String,System.Object,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String,System.Object,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanentPreserveMethod(System.String,System.String,System.Object,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String,System.Object,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePreserveMethod(System.String,System.Object,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String,System.Object,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanentPreserveMethod(System.String,System.Object,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String,System.Object,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.String,System.Object,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePreserveMethod(System.String,System.String,System.Object,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanentPreserveMethod(System.String,System.String,System.Object,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.Boolean)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String,System.Boolean)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.Boolean)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String,System.Boolean)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.Boolean)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String,System.Boolean)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.Boolean)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String,System.Boolean)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Unauthorized
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Unauthorized(System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.NotFound
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.NotFound(System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest(System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity(System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Conflict
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Conflict(System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Conflict(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Problem(System.String,System.String,System.Nullable{System.Int32},System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(Microsoft.AspNetCore.Mvc.ValidationProblemDetails)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(System.String,System.String,System.Nullable{System.Int32},System.String,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Created
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Created(System.String,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Created(System.Uri,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(System.String,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(System.String,System.Object,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(System.String,System.String,System.Object,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(System.String,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(System.Object,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(System.String,System.Object,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Accepted
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Uri)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.String,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Uri,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.String,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.Object,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.String,System.Object,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.String,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.Object,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.String,System.Object,System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Challenge
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(System.String[])
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String[])
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Forbid
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(System.String[])
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String[])
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.SignOut
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(System.String[])
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String[])
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1({TModel})
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1({TModel},System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1({TModel},System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1({TModel},System.String,System.Linq.Expressions.Expression{System.Func{{TModel},System.Object}}[])
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1({TModel},System.String,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1({TModel},System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Linq.Expressions.Expression{System.Func{{TModel},System.Object}}[])
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1({TModel},System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(System.Object,System.Type,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(System.Object,System.Type,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.TryValidateModel(System.Object)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.TryValidateModel(System.Object,System.String)
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.HttpContext
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Request
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Response
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.RouteData
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.ModelState
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.ControllerContext
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.MetadataProvider
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.ModelBinderFactory
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Url
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.ObjectValidator
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.ProblemDetailsFactory
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.User
|
|
- Microsoft.AspNetCore.Mvc.ControllerBase.Empty
|
|
- System.Object.Equals(System.Object)
|
|
- System.Object.Equals(System.Object,System.Object)
|
|
- System.Object.GetHashCode
|
|
- System.Object.GetType
|
|
- System.Object.MemberwiseClone
|
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
|
- System.Object.ToString
|
|
extensionMethods:
|
|
- System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
|
|
- System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
|
|
- System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.RouteAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.RouteAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: config-displays
|
|
- type: Microsoft.AspNetCore.Mvc.ApiControllerAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.ApiControllerAttribute.#ctor
|
|
arguments: []
|
|
- uid: adas_core.Controllers.ConfigDisplayController.#ctor(adas_core.Application.Services.Interfaces.IDisplayConfigService)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.#ctor(adas_core.Application.Services.Interfaces.IDisplayConfigService)
|
|
id: '#ctor(adas_core.Application.Services.Interfaces.IDisplayConfigService)'
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ConfigDisplayController(IDisplayConfigService)
|
|
nameWithType: ConfigDisplayController.ConfigDisplayController(IDisplayConfigService)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.ConfigDisplayController(adas_core.Application.Services.Interfaces.IDisplayConfigService)
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: .ctor
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 24
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: Provides endpoints for managing and retrieving display configuration data.
|
|
example: []
|
|
syntax:
|
|
content: public ConfigDisplayController(IDisplayConfigService displayConfigService)
|
|
parameters:
|
|
- id: displayConfigService
|
|
type: adas_core.Application.Services.Interfaces.IDisplayConfigService
|
|
description: The service used to handle display configuration operations.
|
|
content.vb: Public Sub New(displayConfigService As IDisplayConfigService)
|
|
overload: adas_core.Controllers.ConfigDisplayController.#ctor*
|
|
exceptions:
|
|
- type: System.ArgumentNullException
|
|
commentId: T:System.ArgumentNullException
|
|
description: Thrown when <code class="paramref">displayConfigService</code> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.
|
|
nameWithType.vb: ConfigDisplayController.New(IDisplayConfigService)
|
|
fullName.vb: adas_core.Controllers.ConfigDisplayController.New(adas_core.Application.Services.Interfaces.IDisplayConfigService)
|
|
name.vb: New(IDisplayConfigService)
|
|
- uid: adas_core.Controllers.ConfigDisplayController.List
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.List
|
|
id: List
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: List()
|
|
nameWithType: ConfigDisplayController.List()
|
|
fullName: adas_core.Controllers.ConfigDisplayController.List()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: List
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 37
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: GetByCodeSysAndCode all display config list
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpGet]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> List()
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: List<DisplayConfig></DisplayConfig>
|
|
content.vb: >-
|
|
<HttpGet>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function List() As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.List*
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpGetAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpGetAttribute.#ctor
|
|
arguments: []
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
- uid: adas_core.Controllers.ConfigDisplayController.ListCompactPaginated(adas_core.Domain.Models.Filter.PaginationFilter)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.ListCompactPaginated(adas_core.Domain.Models.Filter.PaginationFilter)
|
|
id: ListCompactPaginated(adas_core.Domain.Models.Filter.PaginationFilter)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ListCompactPaginated(PaginationFilter)
|
|
nameWithType: ConfigDisplayController.ListCompactPaginated(PaginationFilter)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.ListCompactPaginated(adas_core.Domain.Models.Filter.PaginationFilter)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: ListCompactPaginated
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 51
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: GetByCodeSysAndCode all display config compact paginated
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpPost("paginated")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> ListCompactPaginated(PaginationFilter request)
|
|
parameters:
|
|
- id: request
|
|
type: adas_core.Domain.Models.Filter.PaginationFilter
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.FromBodyAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.FromBodyAttribute.#ctor
|
|
arguments: []
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: List<DisplayConfig></DisplayConfig>
|
|
content.vb: >-
|
|
<HttpPost("paginated")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function ListCompactPaginated(request As PaginationFilter) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.ListCompactPaginated*
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpPostAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpPostAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: paginated
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
- uid: adas_core.Controllers.ConfigDisplayController.ListCompact
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.ListCompact
|
|
id: ListCompact
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ListCompact()
|
|
nameWithType: ConfigDisplayController.ListCompact()
|
|
fullName: adas_core.Controllers.ConfigDisplayController.ListCompact()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: ListCompact
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 65
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: GetByCodeSysAndCode all display config compact
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpGet("compact")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
public Task<IActionResult> ListCompact()
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: List<DisplayConfig></DisplayConfig>
|
|
content.vb: >-
|
|
<HttpGet("compact")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
Public Function ListCompact() As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.ListCompact*
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpGetAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpGetAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: compact
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- uid: adas_core.Controllers.ConfigDisplayController.ListByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.ListByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType)
|
|
id: ListByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ListByType(DisplayType)
|
|
nameWithType: ConfigDisplayController.ListByType(DisplayConfigEnums.DisplayType)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.ListByType(adas_core.Domain.Enums.DisplayConfigEnums.DisplayType)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: ListByType
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 78
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: GetByCodeSysAndCode all display config list by type
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpGet("{type}/type")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> ListByType(DisplayConfigEnums.DisplayType type)
|
|
parameters:
|
|
- id: type
|
|
type: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: List<DisplayConfig></DisplayConfig>
|
|
content.vb: >-
|
|
<HttpGet("{type}/type")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function ListByType(type As DisplayConfigEnums.DisplayType) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.ListByType*
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpGetAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpGetAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: '{type}/type'
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
- uid: adas_core.Controllers.ConfigDisplayController.ListById(System.String)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.ListById(System.String)
|
|
id: ListById(System.String)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ListById(string)
|
|
nameWithType: ConfigDisplayController.ListById(string)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.ListById(string)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: ListById
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 92
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: GetByCodeSysAndCode display config by it object id
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpGet("{id}")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> ListById(string id)
|
|
parameters:
|
|
- id: id
|
|
type: System.String
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: displayConfig
|
|
content.vb: >-
|
|
<HttpGet("{id}")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function ListById(id As String) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.ListById*
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpGetAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpGetAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: '{id}'
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
nameWithType.vb: ConfigDisplayController.ListById(String)
|
|
fullName.vb: adas_core.Controllers.ConfigDisplayController.ListById(String)
|
|
name.vb: ListById(String)
|
|
- uid: adas_core.Controllers.ConfigDisplayController.Insert(adas_core.Domain.Models.MongoModels.DisplayConfig)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.Insert(adas_core.Domain.Models.MongoModels.DisplayConfig)
|
|
id: Insert(adas_core.Domain.Models.MongoModels.DisplayConfig)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Insert(DisplayConfig)
|
|
nameWithType: ConfigDisplayController.Insert(DisplayConfig)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.Insert(adas_core.Domain.Models.MongoModels.DisplayConfig)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: Insert
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 108
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: Inserts a new display configuration by delegating to the display configuration service and returns the created result.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpPost]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> Insert(DisplayConfig config)
|
|
parameters:
|
|
- id: config
|
|
type: adas_core.Domain.Models.MongoModels.DisplayConfig
|
|
description: The display configuration to insert, supplied in the request body.
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.FromBodyAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.FromBodyAttribute.#ctor
|
|
arguments: []
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> containing the inserted display configuration wrapped in an HTTP 200 OK response.
|
|
content.vb: >-
|
|
<HttpPost>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function Insert(config As DisplayConfig) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.Insert*
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpPostAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpPostAttribute.#ctor
|
|
arguments: []
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
- uid: adas_core.Controllers.ConfigDisplayController.InsertMinimal(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.InsertMinimal(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto)
|
|
id: InsertMinimal(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: InsertMinimal(CreateDisplayConfigDto)
|
|
nameWithType: ConfigDisplayController.InsertMinimal(CreateDisplayConfigDto)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.InsertMinimal(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: InsertMinimal
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 122
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: Inserts a minimal display configuration. If a display config ID template is provided, the configuration is inserted using the template along with the specified type and hospital; otherwise, it is inserted using the minimal fields from the supplied DTO.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpPost("compact")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> InsertMinimal(CreateDisplayConfigDto config)
|
|
parameters:
|
|
- id: config
|
|
type: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto
|
|
description: The display configuration payload received in the request body, which may optionally include a display config ID template.
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.FromBodyAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.FromBodyAttribute.#ctor
|
|
arguments: []
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> containing the result of the insertion operation.
|
|
content.vb: >-
|
|
<HttpPost("compact")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function InsertMinimal(config As CreateDisplayConfigDto) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.InsertMinimal*
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpPostAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpPostAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: compact
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
- uid: adas_core.Controllers.ConfigDisplayController.InsertNurse
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.InsertNurse
|
|
id: InsertNurse
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: InsertNurse()
|
|
nameWithType: ConfigDisplayController.InsertNurse()
|
|
fullName: adas_core.Controllers.ConfigDisplayController.InsertNurse()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: InsertNurse
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 138
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: Handles a GET request to the "insertion-test" endpoint, performing a test insertion via the display configuration service. Requires the caller to have the <xref href="adas_core.Domain.Enums.PermissionEnum.RolesType.AuthSome" data-throw-if-not-resolved="false"></xref> role and the "Source.DisplayId" permission.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpGet("insertion-test")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> InsertNurse()
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> containing the result of the test insertion wrapped in an HTTP 200 OK response.
|
|
content.vb: >-
|
|
<HttpGet("insertion-test")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function InsertNurse() As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.InsertNurse*
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpGetAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpGetAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: insertion-test
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateConfig(System.String,System.Object)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.UpdateConfig(System.String,System.Object)
|
|
id: UpdateConfig(System.String,System.Object)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdateConfig(string, object)
|
|
nameWithType: ConfigDisplayController.UpdateConfig(string, object)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateConfig(string, object)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: UpdateConfig
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 153
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: Update display Config and notify subscribers
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpPut("{id}")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> UpdateConfig(string id, object newDisplayConfig)
|
|
parameters:
|
|
- id: id
|
|
type: System.String
|
|
- id: newDisplayConfig
|
|
type: System.Object
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.FromBodyAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.FromBodyAttribute.#ctor
|
|
arguments: []
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: display
|
|
content.vb: >-
|
|
<HttpPut("{id}")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function UpdateConfig(id As String, newDisplayConfig As Object) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.UpdateConfig*
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpPutAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpPutAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: '{id}'
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
nameWithType.vb: ConfigDisplayController.UpdateConfig(String, Object)
|
|
fullName.vb: adas_core.Controllers.ConfigDisplayController.UpdateConfig(String, Object)
|
|
name.vb: UpdateConfig(String, Object)
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateConfigColor(System.String,adas_core.Domain.Models.MongoModels.ColorConfig)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.UpdateConfigColor(System.String,adas_core.Domain.Models.MongoModels.ColorConfig)
|
|
id: UpdateConfigColor(System.String,adas_core.Domain.Models.MongoModels.ColorConfig)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdateConfigColor(string, ColorConfig)
|
|
nameWithType: ConfigDisplayController.UpdateConfigColor(string, ColorConfig)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateConfigColor(string, adas_core.Domain.Models.MongoModels.ColorConfig)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: UpdateConfigColor
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 173
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: >-
|
|
Updates the color configuration for the specified display configuration identifier.
|
|
|
|
Requires the AuthSome role and the "DisplayId" source permission, and validates the identifier format before delegating the update to the display configuration service.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpPut("{idConfig}/color-config")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> UpdateConfigColor(string idConfig, ColorConfig colorConfig)
|
|
parameters:
|
|
- id: idConfig
|
|
type: System.String
|
|
description: The display configuration identifier; must be a valid ObjectId.
|
|
- id: colorConfig
|
|
type: adas_core.Domain.Models.MongoModels.ColorConfig
|
|
description: The new color configuration to apply.
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> containing the update result on success, or a not-modified status when the update produces no changes.
|
|
content.vb: >-
|
|
<HttpPut("{idConfig}/color-config")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function UpdateConfigColor(idConfig As String, colorConfig As ColorConfig) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.UpdateConfigColor*
|
|
exceptions:
|
|
- type: adas_core.Application.Exceptions.InvalidFormatException
|
|
commentId: T:adas_core.Application.Exceptions.InvalidFormatException
|
|
description: Thrown when <code class="paramref">idConfig</code> is not a valid ObjectId format.
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpPutAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpPutAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: '{idConfig}/color-config'
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
nameWithType.vb: ConfigDisplayController.UpdateConfigColor(String, ColorConfig)
|
|
fullName.vb: adas_core.Controllers.ConfigDisplayController.UpdateConfigColor(String, adas_core.Domain.Models.MongoModels.ColorConfig)
|
|
name.vb: UpdateConfigColor(String, ColorConfig)
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateHeaderConfig(System.String,adas_core.Domain.Models.MongoModels.HeaderConfig)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.UpdateHeaderConfig(System.String,adas_core.Domain.Models.MongoModels.HeaderConfig)
|
|
id: UpdateHeaderConfig(System.String,adas_core.Domain.Models.MongoModels.HeaderConfig)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdateHeaderConfig(string, HeaderConfig)
|
|
nameWithType: ConfigDisplayController.UpdateHeaderConfig(string, HeaderConfig)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateHeaderConfig(string, adas_core.Domain.Models.MongoModels.HeaderConfig)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: UpdateHeaderConfig
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 193
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: >-
|
|
Updates the header configuration associated with the specified display configuration identifier.
|
|
|
|
Validates the identifier format and applies the new header configuration, returning the result of the operation or a not-modified response when no changes were applied.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpPut("{idConfig}/header-config")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> UpdateHeaderConfig(string idConfig, HeaderConfig headerConfig)
|
|
parameters:
|
|
- id: idConfig
|
|
type: System.String
|
|
description: The display configuration identifier expected in a valid ObjectId format.
|
|
- id: headerConfig
|
|
type: adas_core.Domain.Models.MongoModels.HeaderConfig
|
|
description: The header configuration payload to be applied to the display configuration.
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> containing the update result on success, or a response indicating that the resource was not modified when no changes were made.
|
|
content.vb: >-
|
|
<HttpPut("{idConfig}/header-config")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function UpdateHeaderConfig(idConfig As String, headerConfig As HeaderConfig) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.UpdateHeaderConfig*
|
|
exceptions:
|
|
- type: adas_core.Application.Exceptions.InvalidFormatException
|
|
commentId: T:adas_core.Application.Exceptions.InvalidFormatException
|
|
description: Thrown when <code class="paramref">idConfig</code> cannot be parsed as a valid ObjectId.
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpPutAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpPutAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: '{idConfig}/header-config'
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
nameWithType.vb: ConfigDisplayController.UpdateHeaderConfig(String, HeaderConfig)
|
|
fullName.vb: adas_core.Controllers.ConfigDisplayController.UpdateHeaderConfig(String, adas_core.Domain.Models.MongoModels.HeaderConfig)
|
|
name.vb: UpdateHeaderConfig(String, HeaderConfig)
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateSetHomeBanner(System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.BannerItem})
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.UpdateSetHomeBanner(System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.BannerItem})
|
|
id: UpdateSetHomeBanner(System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.BannerItem})
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdateSetHomeBanner(string, List<BannerItem>)
|
|
nameWithType: ConfigDisplayController.UpdateSetHomeBanner(string, List<BannerItem>)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateSetHomeBanner(string, System.Collections.Generic.List<adas_core.Domain.Models.MongoModels.BannerItem>)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: UpdateSetHomeBanner
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 215
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: >-
|
|
Updates the home banner configuration for a nurse display configuration identified by the given id.
|
|
|
|
Validates the id format, ensures the configuration exists, and verifies its type is <xref href="adas_core.Domain.Enums.DisplayConfigEnums.DisplayType.DisplayNurse" data-throw-if-not-resolved="false"></xref> before applying the banner update.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpPut("{idConfig}/home-banner")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> UpdateSetHomeBanner(string idConfig, List<BannerItem> bannerItems)
|
|
parameters:
|
|
- id: idConfig
|
|
type: System.String
|
|
description: The string identifier of the display configuration whose home banner will be updated; must be a valid ObjectId.
|
|
- id: bannerItems
|
|
type: System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.BannerItem}
|
|
description: The list of banner items to set as the home banner configuration.
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> containing the update result on success, or the not-modified status code when no changes are applied.
|
|
content.vb: >-
|
|
<HttpPut("{idConfig}/home-banner")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function UpdateSetHomeBanner(idConfig As String, bannerItems As List(Of BannerItem)) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.UpdateSetHomeBanner*
|
|
exceptions:
|
|
- type: adas_core.Application.Exceptions.InvalidFormatException
|
|
commentId: T:adas_core.Application.Exceptions.InvalidFormatException
|
|
description: Thrown when <code class="paramref">idConfig</code> is not a valid ObjectId format.
|
|
- type: adas_core.Application.Exceptions.NotFoundException
|
|
commentId: T:adas_core.Application.Exceptions.NotFoundException
|
|
description: Thrown when no display configuration is found for the parsed id.
|
|
- type: adas_core.Application.Exceptions.BadRequestException
|
|
commentId: T:adas_core.Application.Exceptions.BadRequestException
|
|
description: Thrown when the found display configuration is not of type <xref href="adas_core.Domain.Enums.DisplayConfigEnums.DisplayType.DisplayNurse" data-throw-if-not-resolved="false"></xref>.
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpPutAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpPutAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: '{idConfig}/home-banner'
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
nameWithType.vb: ConfigDisplayController.UpdateSetHomeBanner(String, List(Of BannerItem))
|
|
fullName.vb: adas_core.Controllers.ConfigDisplayController.UpdateSetHomeBanner(String, System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.BannerItem))
|
|
name.vb: UpdateSetHomeBanner(String, List(Of BannerItem))
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateBaseConfig(adas_core.Domain.Models.MongoModels.DisplayConfig)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.UpdateBaseConfig(adas_core.Domain.Models.MongoModels.DisplayConfig)
|
|
id: UpdateBaseConfig(adas_core.Domain.Models.MongoModels.DisplayConfig)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdateBaseConfig(DisplayConfig)
|
|
nameWithType: ConfigDisplayController.UpdateBaseConfig(DisplayConfig)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateBaseConfig(adas_core.Domain.Models.MongoModels.DisplayConfig)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: UpdateBaseConfig
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 235
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: Updates the base configuration for a display source.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpPut("update/base-config")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> UpdateBaseConfig(DisplayConfig baseConfig)
|
|
parameters:
|
|
- id: baseConfig
|
|
type: adas_core.Domain.Models.MongoModels.DisplayConfig
|
|
description: The display configuration to apply as the base configuration.
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> containing the update result, or an "OkResouceNotModified" response when no changes were made.
|
|
content.vb: >-
|
|
<HttpPut("update/base-config")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function UpdateBaseConfig(baseConfig As DisplayConfig) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.UpdateBaseConfig*
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpPutAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpPutAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: update/base-config
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateCardConfig(adas_core.Domain.Models.MongoModels.CardConfig)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.UpdateCardConfig(adas_core.Domain.Models.MongoModels.CardConfig)
|
|
id: UpdateCardConfig(adas_core.Domain.Models.MongoModels.CardConfig)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdateCardConfig(CardConfig)
|
|
nameWithType: ConfigDisplayController.UpdateCardConfig(CardConfig)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateCardConfig(adas_core.Domain.Models.MongoModels.CardConfig)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: UpdateCardConfig
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 250
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: >-
|
|
Updates the card configuration for a display based on the provided configuration data.
|
|
|
|
Returns the updated configuration on success, or a "resource not modified" response if no changes were applied.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpPut("update/card-config")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> UpdateCardConfig(CardConfig baseConfig)
|
|
parameters:
|
|
- id: baseConfig
|
|
type: adas_core.Domain.Models.MongoModels.CardConfig
|
|
description: The card configuration data to be updated.
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> containing the updated configuration or a not-modified response.
|
|
content.vb: >-
|
|
<HttpPut("update/card-config")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function UpdateCardConfig(baseConfig As CardConfig) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.UpdateCardConfig*
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpPutAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpPutAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: update/card-config
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateDetailConfig(adas_core.Domain.Models.MongoModels.CardDetailsConfig)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.UpdateDetailConfig(adas_core.Domain.Models.MongoModels.CardDetailsConfig)
|
|
id: UpdateDetailConfig(adas_core.Domain.Models.MongoModels.CardDetailsConfig)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdateDetailConfig(CardDetailsConfig)
|
|
nameWithType: ConfigDisplayController.UpdateDetailConfig(CardDetailsConfig)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateDetailConfig(adas_core.Domain.Models.MongoModels.CardDetailsConfig)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: UpdateDetailConfig
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 265
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: >-
|
|
Updates the card detail configuration by delegating to the display configuration service.
|
|
|
|
Returns the service result on success, or a "resource not modified" response when the update produced no changes.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpPut("update/detail-config")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> UpdateDetailConfig(CardDetailsConfig baseConfig)
|
|
parameters:
|
|
- id: baseConfig
|
|
type: adas_core.Domain.Models.MongoModels.CardDetailsConfig
|
|
description: The card details configuration to be updated.
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> containing the update result, or a not-modified message if the resource was not changed.
|
|
content.vb: >-
|
|
<HttpPut("update/detail-config")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function UpdateDetailConfig(baseConfig As CardDetailsConfig) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.UpdateDetailConfig*
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpPutAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpPutAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: update/detail-config
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateChartConfig(adas_core.Domain.Models.MongoModels.ChartConfig)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.UpdateChartConfig(adas_core.Domain.Models.MongoModels.ChartConfig)
|
|
id: UpdateChartConfig(adas_core.Domain.Models.MongoModels.ChartConfig)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdateChartConfig(ChartConfig)
|
|
nameWithType: ConfigDisplayController.UpdateChartConfig(ChartConfig)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateChartConfig(adas_core.Domain.Models.MongoModels.ChartConfig)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: UpdateChartConfig
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 280
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: >-
|
|
Updates the chart configuration for a display based on the provided configuration.
|
|
|
|
Returns the result of the update operation if successful, or a not-modified response if no changes were applied.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpPut("update/chart-config")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> UpdateChartConfig(ChartConfig baseConfig)
|
|
parameters:
|
|
- id: baseConfig
|
|
type: adas_core.Domain.Models.MongoModels.ChartConfig
|
|
description: The chart configuration to update.
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> containing the update result, or an OkResouceNotModified response when the configuration was not changed.
|
|
content.vb: >-
|
|
<HttpPut("update/chart-config")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function UpdateChartConfig(baseConfig As ChartConfig) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.UpdateChartConfig*
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpPutAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpPutAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: update/chart-config
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateFieldList(System.String,System.Collections.Generic.List{adas_core.Domain.Models.GroupedObservations.Field})
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.UpdateFieldList(System.String,System.Collections.Generic.List{adas_core.Domain.Models.GroupedObservations.Field})
|
|
id: UpdateFieldList(System.String,System.Collections.Generic.List{adas_core.Domain.Models.GroupedObservations.Field})
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdateFieldList(string, List<Field>)
|
|
nameWithType: ConfigDisplayController.UpdateFieldList(string, List<Field>)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateFieldList(string, System.Collections.Generic.List<adas_core.Domain.Models.GroupedObservations.Field>)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: UpdateFieldList
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 297
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: >-
|
|
Updates the field list associated with a display configuration identified by its ID.
|
|
|
|
Validates the configuration ID format before delegating the update to the display configuration service.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpPut("{idConfig}/field-list")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> UpdateFieldList(string idConfig, List<Field> fields)
|
|
parameters:
|
|
- id: idConfig
|
|
type: System.String
|
|
description: The string identifier of the display configuration to update.
|
|
- id: fields
|
|
type: System.Collections.Generic.List{adas_core.Domain.Models.GroupedObservations.Field}
|
|
description: The list of fields to be applied to the specified display configuration.
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> containing the result of the update operation.
|
|
content.vb: >-
|
|
<HttpPut("{idConfig}/field-list")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function UpdateFieldList(idConfig As String, fields As List(Of Field)) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.UpdateFieldList*
|
|
exceptions:
|
|
- type: adas_core.Application.Exceptions.InvalidFormatException
|
|
commentId: T:adas_core.Application.Exceptions.InvalidFormatException
|
|
description: Thrown when the provided <code class="paramref">idConfig</code> is not a valid ObjectId format.
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpPutAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpPutAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: '{idConfig}/field-list'
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
nameWithType.vb: ConfigDisplayController.UpdateFieldList(String, List(Of Field))
|
|
fullName.vb: adas_core.Controllers.ConfigDisplayController.UpdateFieldList(String, System.Collections.Generic.List(Of adas_core.Domain.Models.GroupedObservations.Field))
|
|
name.vb: UpdateFieldList(String, List(Of Field))
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateName(System.String,adas_core.Domain.Models.DTO.Display.UpdateDisplayConfigNameDto)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.UpdateName(System.String,adas_core.Domain.Models.DTO.Display.UpdateDisplayConfigNameDto)
|
|
id: UpdateName(System.String,adas_core.Domain.Models.DTO.Display.UpdateDisplayConfigNameDto)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdateName(string, UpdateDisplayConfigNameDto)
|
|
nameWithType: ConfigDisplayController.UpdateName(string, UpdateDisplayConfigNameDto)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateName(string, adas_core.Domain.Models.DTO.Display.UpdateDisplayConfigNameDto)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: UpdateName
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 317
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: >-
|
|
Updates the display name of a hospital display configuration identified by the given configuration ID.
|
|
|
|
Validates the ID format and the new display name, returning a success result when the update is applied
|
|
|
|
or a not-modified status when no change is made.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpPost("{idConfig}/name")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> UpdateName(string idConfig, UpdateDisplayConfigNameDto updateDisplayConfigNameDto)
|
|
parameters:
|
|
- id: idConfig
|
|
type: System.String
|
|
description: The configuration identifier whose display name will be updated.
|
|
- id: updateDisplayConfigNameDto
|
|
type: adas_core.Domain.Models.DTO.Display.UpdateDisplayConfigNameDto
|
|
description: The data transfer object containing the new display configuration name.
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> containing the update result, or a not-modified status when the name is unchanged.
|
|
content.vb: >-
|
|
<HttpPost("{idConfig}/name")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function UpdateName(idConfig As String, updateDisplayConfigNameDto As UpdateDisplayConfigNameDto) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.UpdateName*
|
|
exceptions:
|
|
- type: adas_core.Application.Exceptions.InvalidFormatException
|
|
commentId: T:adas_core.Application.Exceptions.InvalidFormatException
|
|
description: Thrown when the configuration ID is not a valid format or when the display name is empty.
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpPostAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpPostAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: '{idConfig}/name'
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
nameWithType.vb: ConfigDisplayController.UpdateName(String, UpdateDisplayConfigNameDto)
|
|
fullName.vb: adas_core.Controllers.ConfigDisplayController.UpdateName(String, adas_core.Domain.Models.DTO.Display.UpdateDisplayConfigNameDto)
|
|
name.vb: UpdateName(String, UpdateDisplayConfigNameDto)
|
|
- uid: adas_core.Controllers.ConfigDisplayController.InsertCardConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.InsertCardConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto)
|
|
id: InsertCardConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: InsertCardConfig(CreateDisplayConfigCardDto)
|
|
nameWithType: ConfigDisplayController.InsertCardConfig(CreateDisplayConfigCardDto)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.InsertCardConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: InsertCardConfig
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 337
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: Handles the HTTP POST request to insert a new card configuration. Requires the caller to be authorized with the appropriate role and permission for the "Source" entity on the "DisplayId" field, delegating the actual creation to the display configuration service.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpPost("card-config")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> InsertCardConfig(CreateDisplayConfigCardDto updateDisplayConfigNameDto)
|
|
parameters:
|
|
- id: updateDisplayConfigNameDto
|
|
type: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto
|
|
description: The data transfer object containing the card configuration details to be created.
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> containing the result of the insert operation wrapped in an HTTP 200 OK response.
|
|
content.vb: >-
|
|
<HttpPost("card-config")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function InsertCardConfig(updateDisplayConfigNameDto As CreateDisplayConfigCardDto) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.InsertCardConfig*
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpPostAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpPostAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: card-config
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
- uid: adas_core.Controllers.ConfigDisplayController.InsertCardDetailConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.InsertCardDetailConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto)
|
|
id: InsertCardDetailConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: InsertCardDetailConfig(CreateDisplayConfigCardDto)
|
|
nameWithType: ConfigDisplayController.InsertCardDetailConfig(CreateDisplayConfigCardDto)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.InsertCardDetailConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: InsertCardDetailConfig
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 352
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: >-
|
|
Inserts a new card detail configuration for the source display.
|
|
|
|
Requires the AuthSome role and "Source"-"DisplayId" permission to access.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpPost("detail-config")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> InsertCardDetailConfig(CreateDisplayConfigCardDto updateDisplayConfigNameDto)
|
|
parameters:
|
|
- id: updateDisplayConfigNameDto
|
|
type: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto
|
|
description: The data transfer object containing the details of the card display configuration to create.
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> containing the result of the insert operation wrapped in an HTTP 200 OK response.
|
|
content.vb: >-
|
|
<HttpPost("detail-config")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function InsertCardDetailConfig(updateDisplayConfigNameDto As CreateDisplayConfigCardDto) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.InsertCardDetailConfig*
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpPostAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpPostAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: detail-config
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
- uid: adas_core.Controllers.ConfigDisplayController.InsertChartConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.InsertChartConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto)
|
|
id: InsertChartConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: InsertChartConfig(CreateDisplayConfigCardDto)
|
|
nameWithType: ConfigDisplayController.InsertChartConfig(CreateDisplayConfigCardDto)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.InsertChartConfig(adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: InsertChartConfig
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 366
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: Inserts a new chart configuration based on the provided display configuration data, applying role-based and permission-based authorization checks.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpPost("chart-config")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> InsertChartConfig(CreateDisplayConfigCardDto updateDisplayConfigNameDto)
|
|
parameters:
|
|
- id: updateDisplayConfigNameDto
|
|
type: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto
|
|
description: The data transfer object containing the chart configuration details to be created.
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> containing the result of the chart configuration insertion wrapped in an HTTP 200 OK response.
|
|
content.vb: >-
|
|
<HttpPost("chart-config")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function InsertChartConfig(updateDisplayConfigNameDto As CreateDisplayConfigCardDto) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.InsertChartConfig*
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpPostAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpPostAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: chart-config
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
- uid: adas_core.Controllers.ConfigDisplayController.GetAllCardConfig
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.GetAllCardConfig
|
|
id: GetAllCardConfig
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetAllCardConfig()
|
|
nameWithType: ConfigDisplayController.GetAllCardConfig()
|
|
fullName: adas_core.Controllers.ConfigDisplayController.GetAllCardConfig()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetAllCardConfig
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 380
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: >-
|
|
Retrieves all card display configurations from the display configuration service.
|
|
|
|
This endpoint allows anonymous access and returns the complete list of card configurations.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpGet("get-all-card-config")]
|
|
|
|
[AllowAnonymous]
|
|
|
|
public Task<IActionResult> GetAllCardConfig()
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> containing the HTTP 200 OK response with all card configurations.
|
|
content.vb: >-
|
|
<HttpGet("get-all-card-config")>
|
|
|
|
<AllowAnonymous>
|
|
|
|
Public Function GetAllCardConfig() As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.GetAllCardConfig*
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpGetAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpGetAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: get-all-card-config
|
|
- type: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
|
|
ctor: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute.#ctor
|
|
arguments: []
|
|
- uid: adas_core.Controllers.ConfigDisplayController.DeleteDisplayConfig(System.String)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.DeleteDisplayConfig(System.String)
|
|
id: DeleteDisplayConfig(System.String)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DeleteDisplayConfig(string)
|
|
nameWithType: ConfigDisplayController.DeleteDisplayConfig(string)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.DeleteDisplayConfig(string)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: DeleteDisplayConfig
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 396
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: >-
|
|
Deletes a display configuration identified by the provided identifier.
|
|
|
|
Validates the identifier format and delegates the deletion to the display configuration service, returning a success response when the operation completes or raising a conflict when the deletion fails.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpDelete("{idConfig}")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> DeleteDisplayConfig(string idConfig)
|
|
parameters:
|
|
- id: idConfig
|
|
type: System.String
|
|
description: The identifier of the display configuration to delete.
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> containing the result of the deletion when successful.
|
|
content.vb: >-
|
|
<HttpDelete("{idConfig}")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function DeleteDisplayConfig(idConfig As String) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.DeleteDisplayConfig*
|
|
exceptions:
|
|
- type: adas_core.Application.Exceptions.InvalidFormatException
|
|
commentId: T:adas_core.Application.Exceptions.InvalidFormatException
|
|
description: Thrown when <code class="paramref">idConfig</code> is not a valid identifier format.
|
|
- type: adas_core.Application.Exceptions.ConflictException
|
|
commentId: T:adas_core.Application.Exceptions.ConflictException
|
|
description: Thrown when the display configuration could not be deleted.
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpDeleteAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpDeleteAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: '{idConfig}'
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
nameWithType.vb: ConfigDisplayController.DeleteDisplayConfig(String)
|
|
fullName.vb: adas_core.Controllers.ConfigDisplayController.DeleteDisplayConfig(String)
|
|
name.vb: DeleteDisplayConfig(String)
|
|
- uid: adas_core.Controllers.ConfigDisplayController.DeleteChartConfig(System.String)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.DeleteChartConfig(System.String)
|
|
id: DeleteChartConfig(System.String)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DeleteChartConfig(string)
|
|
nameWithType: ConfigDisplayController.DeleteChartConfig(string)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.DeleteChartConfig(string)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: DeleteChartConfig
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 416
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: Deletes a chart configuration identified by its identifier. Validates the identifier format and returns success when the configuration is removed, or raises an error when deletion cannot be completed.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpDelete("chart-config/{idConfig}")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> DeleteChartConfig(string idConfig)
|
|
parameters:
|
|
- id: idConfig
|
|
type: System.String
|
|
description: The string representation of the chart configuration's identifier to be deleted.
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: An <xref href="Microsoft.AspNetCore.Mvc.IActionResult" data-throw-if-not-resolved="false"></xref> that returns HTTP 200 (OK) with the result of the deletion when the chart configuration is successfully removed.
|
|
content.vb: >-
|
|
<HttpDelete("chart-config/{idConfig}")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function DeleteChartConfig(idConfig As String) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.DeleteChartConfig*
|
|
exceptions:
|
|
- type: adas_core.Application.Exceptions.InvalidFormatException
|
|
commentId: T:adas_core.Application.Exceptions.InvalidFormatException
|
|
description: Thrown when <code class="paramref">idConfig</code> is not a valid identifier format.
|
|
- type: adas_core.Application.Exceptions.ConflictException
|
|
commentId: T:adas_core.Application.Exceptions.ConflictException
|
|
description: Thrown when the chart configuration cannot be deleted due to a conflict.
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpDeleteAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpDeleteAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: chart-config/{idConfig}
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
nameWithType.vb: ConfigDisplayController.DeleteChartConfig(String)
|
|
fullName.vb: adas_core.Controllers.ConfigDisplayController.DeleteChartConfig(String)
|
|
name.vb: DeleteChartConfig(String)
|
|
- uid: adas_core.Controllers.ConfigDisplayController.GetChartConfig(System.String)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.GetChartConfig(System.String)
|
|
id: GetChartConfig(System.String)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetChartConfig(string)
|
|
nameWithType: ConfigDisplayController.GetChartConfig(string)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.GetChartConfig(string)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetChartConfig
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 437
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: >-
|
|
Retrieves the chart configuration for the specified identifier.
|
|
|
|
Returns the configuration when found, or throws a not-found exception when no matching configuration exists.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpGet("chart-config/{idConfig}")]
|
|
|
|
[AllowAnonymous]
|
|
|
|
public Task<IActionResult> GetChartConfig(string idConfig)
|
|
parameters:
|
|
- id: idConfig
|
|
type: System.String
|
|
description: The string identifier of the chart configuration to retrieve. Must be a valid ObjectId.
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: The chart configuration wrapped in an HTTP 200 OK response when found.
|
|
content.vb: >-
|
|
<HttpGet("chart-config/{idConfig}")>
|
|
|
|
<AllowAnonymous>
|
|
|
|
Public Function GetChartConfig(idConfig As String) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.GetChartConfig*
|
|
exceptions:
|
|
- type: adas_core.Application.Exceptions.InvalidFormatException
|
|
commentId: T:adas_core.Application.Exceptions.InvalidFormatException
|
|
description: Thrown when <code class="paramref">idConfig</code> is not a valid ObjectId format.
|
|
- type: adas_core.Application.Exceptions.NotFoundException
|
|
commentId: T:adas_core.Application.Exceptions.NotFoundException
|
|
description: Thrown when no chart configuration matches the provided identifier.
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpGetAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpGetAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: chart-config/{idConfig}
|
|
- type: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
|
|
ctor: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute.#ctor
|
|
arguments: []
|
|
nameWithType.vb: ConfigDisplayController.GetChartConfig(String)
|
|
fullName.vb: adas_core.Controllers.ConfigDisplayController.GetChartConfig(String)
|
|
name.vb: GetChartConfig(String)
|
|
- uid: adas_core.Controllers.ConfigDisplayController.GetDisplayConfigLocations(System.String)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.GetDisplayConfigLocations(System.String)
|
|
id: GetDisplayConfigLocations(System.String)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetDisplayConfigLocations(string)
|
|
nameWithType: ConfigDisplayController.GetDisplayConfigLocations(string)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.GetDisplayConfigLocations(string)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetDisplayConfigLocations
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 456
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: >-
|
|
Retrieves the locations associated with the specified display configuration identifier.
|
|
|
|
Validates that the provided identifier is a valid ObjectId; otherwise, an invalid format exception is thrown.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpGet("{idConfig}/locations")]
|
|
|
|
[AuthorizeRoles(PermissionEnum.RolesType.AuthSome)]
|
|
|
|
[PermissionAuthorize("Source", "DisplayId")]
|
|
|
|
public Task<IActionResult> GetDisplayConfigLocations(string idConfig)
|
|
parameters:
|
|
- id: idConfig
|
|
type: System.String
|
|
description: The display configuration identifier used to look up its associated locations.
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: The display configuration locations returned by the service.
|
|
content.vb: >-
|
|
<HttpGet("{idConfig}/locations")>
|
|
|
|
<AuthorizeRoles(PermissionEnum.RolesType.AuthSome)>
|
|
|
|
<PermissionAuthorize("Source", "DisplayId")>
|
|
|
|
Public Function GetDisplayConfigLocations(idConfig As String) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.GetDisplayConfigLocations*
|
|
exceptions:
|
|
- type: adas_core.Application.Exceptions.InvalidFormatException
|
|
commentId: T:adas_core.Application.Exceptions.InvalidFormatException
|
|
description: Thrown when <code class="paramref">idConfig</code> is not a valid ObjectId format.
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpGetAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpGetAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: '{idConfig}/locations'
|
|
- type: adas_core.Authentication.Attributes.AuthorizeRolesAttribute
|
|
ctor: adas_core.Authentication.Attributes.AuthorizeRolesAttribute.#ctor(adas_core.Domain.Enums.PermissionEnum.RolesType)
|
|
arguments:
|
|
- type: adas_core.Domain.Enums.PermissionEnum.RolesType
|
|
value: 1
|
|
- type: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute
|
|
ctor: adas_core.Authentication.Attributes.PermissionAuthorizeAttribute.#ctor(System.String,System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: Source
|
|
- type: System.String
|
|
value: DisplayId
|
|
nameWithType.vb: ConfigDisplayController.GetDisplayConfigLocations(String)
|
|
fullName.vb: adas_core.Controllers.ConfigDisplayController.GetDisplayConfigLocations(String)
|
|
name.vb: GetDisplayConfigLocations(String)
|
|
- uid: adas_core.Controllers.ConfigDisplayController.StreamMediaById(System.String,System.String)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.StreamMediaById(System.String,System.String)
|
|
id: StreamMediaById(System.String,System.String)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: StreamMediaById(string, string)
|
|
nameWithType: ConfigDisplayController.StreamMediaById(string, string)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.StreamMediaById(string, string)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: StreamMediaById
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 476
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: Search media element
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[HttpGet]
|
|
|
|
[AllowAnonymous]
|
|
|
|
[Route("{id}/getMedia/{filename}")]
|
|
|
|
public Task<IActionResult> StreamMediaById(string filename, string id)
|
|
parameters:
|
|
- id: filename
|
|
type: System.String
|
|
description: ''
|
|
- id: id
|
|
type: System.String
|
|
description: display config id
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: File stream
|
|
content.vb: >-
|
|
<HttpGet>
|
|
|
|
<AllowAnonymous>
|
|
|
|
<Route("{id}/getMedia/{filename}")>
|
|
|
|
Public Function StreamMediaById(filename As String, id As String) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.StreamMediaById*
|
|
exceptions:
|
|
- type: adas_core.Application.Exceptions.InvalidFormatException
|
|
commentId: T:adas_core.Application.Exceptions.InvalidFormatException
|
|
description: ''
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Mvc.HttpGetAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpGetAttribute.#ctor
|
|
arguments: []
|
|
- type: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
|
|
ctor: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute.#ctor
|
|
arguments: []
|
|
- type: Microsoft.AspNetCore.Mvc.RouteAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.RouteAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: '{id}/getMedia/{filename}'
|
|
nameWithType.vb: ConfigDisplayController.StreamMediaById(String, String)
|
|
fullName.vb: adas_core.Controllers.ConfigDisplayController.StreamMediaById(String, String)
|
|
name.vb: StreamMediaById(String, String)
|
|
- uid: adas_core.Controllers.ConfigDisplayController.GetAllMediaFiles(System.String)
|
|
commentId: M:adas_core.Controllers.ConfigDisplayController.GetAllMediaFiles(System.String)
|
|
id: GetAllMediaFiles(System.String)
|
|
parent: adas_core.Controllers.ConfigDisplayController
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetAllMediaFiles(string)
|
|
nameWithType: ConfigDisplayController.GetAllMediaFiles(string)
|
|
fullName: adas_core.Controllers.ConfigDisplayController.GetAllMediaFiles(string)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core/Controllers/ConfigDisplayController.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: GetAllMediaFiles
|
|
path: ../../adas-core/Controllers/ConfigDisplayController.cs
|
|
startLine: 536
|
|
assemblies:
|
|
- adas-core
|
|
namespace: adas_core.Controllers
|
|
summary: GetByCodeSysAndCode all media files in a shared folder
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[AllowAnonymous]
|
|
|
|
[HttpGet("allMediaFiles/{id}")]
|
|
|
|
public Task<IActionResult> GetAllMediaFiles(string id)
|
|
parameters:
|
|
- id: id
|
|
type: System.String
|
|
description: display config id
|
|
return:
|
|
type: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
description: File details list
|
|
content.vb: >-
|
|
<AllowAnonymous>
|
|
|
|
<HttpGet("allMediaFiles/{id}")>
|
|
|
|
Public Function GetAllMediaFiles(id As String) As Task(Of IActionResult)
|
|
overload: adas_core.Controllers.ConfigDisplayController.GetAllMediaFiles*
|
|
exceptions:
|
|
- type: adas_core.Application.Exceptions.InvalidFormatException
|
|
commentId: T:adas_core.Application.Exceptions.InvalidFormatException
|
|
description: ''
|
|
attributes:
|
|
- type: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
|
|
ctor: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute.#ctor
|
|
arguments: []
|
|
- type: Microsoft.AspNetCore.Mvc.HttpGetAttribute
|
|
ctor: Microsoft.AspNetCore.Mvc.HttpGetAttribute.#ctor(System.String)
|
|
arguments:
|
|
- type: System.String
|
|
value: allMediaFiles/{id}
|
|
nameWithType.vb: ConfigDisplayController.GetAllMediaFiles(String)
|
|
fullName.vb: adas_core.Controllers.ConfigDisplayController.GetAllMediaFiles(String)
|
|
name.vb: GetAllMediaFiles(String)
|
|
references:
|
|
- uid: adas_core.Controllers.ConfigDisplayController
|
|
commentId: T:adas_core.Controllers.ConfigDisplayController
|
|
href: adas_core.Controllers.ConfigDisplayController.html
|
|
name: ConfigDisplayController
|
|
nameWithType: ConfigDisplayController
|
|
fullName: adas_core.Controllers.ConfigDisplayController
|
|
- uid: System.ArgumentNullException
|
|
commentId: T:System.ArgumentNullException
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.argumentnullexception
|
|
name: ArgumentNullException
|
|
nameWithType: ArgumentNullException
|
|
fullName: System.ArgumentNullException
|
|
- uid: adas_core.Controllers
|
|
commentId: N:adas_core.Controllers
|
|
href: adas_core.html
|
|
name: adas_core.Controllers
|
|
nameWithType: adas_core.Controllers
|
|
fullName: adas_core.Controllers
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Controllers
|
|
name: Controllers
|
|
href: adas_core.Controllers.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Controllers
|
|
name: Controllers
|
|
href: adas_core.Controllers.html
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
name: object
|
|
nameWithType: object
|
|
fullName: object
|
|
nameWithType.vb: Object
|
|
fullName.vb: Object
|
|
name.vb: Object
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
commentId: T:Microsoft.AspNetCore.Mvc.ControllerBase
|
|
parent: Microsoft.AspNetCore.Mvc
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase
|
|
name: ControllerBase
|
|
nameWithType: ControllerBase
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.StatusCode(System.Int32)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.StatusCode(System.Int32)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.statuscode#microsoft-aspnetcore-mvc-controllerbase-statuscode(system-int32)
|
|
name: StatusCode(int)
|
|
nameWithType: ControllerBase.StatusCode(int)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.StatusCode(int)
|
|
nameWithType.vb: ControllerBase.StatusCode(Integer)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.StatusCode(Integer)
|
|
name.vb: StatusCode(Integer)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.StatusCode(System.Int32)
|
|
name: StatusCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.statuscode#microsoft-aspnetcore-mvc-controllerbase-statuscode(system-int32)
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.StatusCode(System.Int32)
|
|
name: StatusCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.statuscode#microsoft-aspnetcore-mvc-controllerbase-statuscode(system-int32)
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.StatusCode(System.Int32,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.StatusCode(System.Int32,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.statuscode#microsoft-aspnetcore-mvc-controllerbase-statuscode(system-int32-system-object)
|
|
name: StatusCode(int, object)
|
|
nameWithType: ControllerBase.StatusCode(int, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.StatusCode(int, object)
|
|
nameWithType.vb: ControllerBase.StatusCode(Integer, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.StatusCode(Integer, Object)
|
|
name.vb: StatusCode(Integer, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.StatusCode(System.Int32,System.Object)
|
|
name: StatusCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.statuscode#microsoft-aspnetcore-mvc-controllerbase-statuscode(system-int32-system-object)
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.StatusCode(System.Int32,System.Object)
|
|
name: StatusCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.statuscode#microsoft-aspnetcore-mvc-controllerbase-statuscode(system-int32-system-object)
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.content#microsoft-aspnetcore-mvc-controllerbase-content(system-string)
|
|
name: Content(string)
|
|
nameWithType: ControllerBase.Content(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Content(string)
|
|
nameWithType.vb: ControllerBase.Content(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Content(String)
|
|
name.vb: Content(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String)
|
|
name: Content
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.content#microsoft-aspnetcore-mvc-controllerbase-content(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String)
|
|
name: Content
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.content#microsoft-aspnetcore-mvc-controllerbase-content(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.content#microsoft-aspnetcore-mvc-controllerbase-content(system-string-system-string)
|
|
name: Content(string, string)
|
|
nameWithType: ControllerBase.Content(string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Content(string, string)
|
|
nameWithType.vb: ControllerBase.Content(String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Content(String, String)
|
|
name.vb: Content(String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String,System.String)
|
|
name: Content
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.content#microsoft-aspnetcore-mvc-controllerbase-content(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String,System.String)
|
|
name: Content
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.content#microsoft-aspnetcore-mvc-controllerbase-content(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String,System.String,System.Text.Encoding)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String,System.String,System.Text.Encoding)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.content#microsoft-aspnetcore-mvc-controllerbase-content(system-string-system-string-system-text-encoding)
|
|
name: Content(string, string, Encoding)
|
|
nameWithType: ControllerBase.Content(string, string, Encoding)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Content(string, string, System.Text.Encoding)
|
|
nameWithType.vb: ControllerBase.Content(String, String, Encoding)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Content(String, String, System.Text.Encoding)
|
|
name.vb: Content(String, String, Encoding)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String,System.String,System.Text.Encoding)
|
|
name: Content
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.content#microsoft-aspnetcore-mvc-controllerbase-content(system-string-system-string-system-text-encoding)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Text.Encoding
|
|
name: Encoding
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.text.encoding
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String,System.String,System.Text.Encoding)
|
|
name: Content
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.content#microsoft-aspnetcore-mvc-controllerbase-content(system-string-system-string-system-text-encoding)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Text.Encoding
|
|
name: Encoding
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.text.encoding
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String,Microsoft.Net.Http.Headers.MediaTypeHeaderValue)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String,Microsoft.Net.Http.Headers.MediaTypeHeaderValue)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.content#microsoft-aspnetcore-mvc-controllerbase-content(system-string-microsoft-net-http-headers-mediatypeheadervalue)
|
|
name: Content(string, MediaTypeHeaderValue)
|
|
nameWithType: ControllerBase.Content(string, MediaTypeHeaderValue)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Content(string, Microsoft.Net.Http.Headers.MediaTypeHeaderValue)
|
|
nameWithType.vb: ControllerBase.Content(String, MediaTypeHeaderValue)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Content(String, Microsoft.Net.Http.Headers.MediaTypeHeaderValue)
|
|
name.vb: Content(String, MediaTypeHeaderValue)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String,Microsoft.Net.Http.Headers.MediaTypeHeaderValue)
|
|
name: Content
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.content#microsoft-aspnetcore-mvc-controllerbase-content(system-string-microsoft-net-http-headers-mediatypeheadervalue)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.MediaTypeHeaderValue
|
|
name: MediaTypeHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.mediatypeheadervalue
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Content(System.String,Microsoft.Net.Http.Headers.MediaTypeHeaderValue)
|
|
name: Content
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.content#microsoft-aspnetcore-mvc-controllerbase-content(system-string-microsoft-net-http-headers-mediatypeheadervalue)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.MediaTypeHeaderValue
|
|
name: MediaTypeHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.mediatypeheadervalue
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.NoContent
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.NoContent
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.nocontent
|
|
name: NoContent()
|
|
nameWithType: ControllerBase.NoContent()
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.NoContent()
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.NoContent
|
|
name: NoContent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.nocontent
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.NoContent
|
|
name: NoContent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.nocontent
|
|
- name: (
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Ok
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Ok
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.ok#microsoft-aspnetcore-mvc-controllerbase-ok
|
|
name: Ok()
|
|
nameWithType: ControllerBase.Ok()
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Ok()
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Ok
|
|
name: Ok
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.ok#microsoft-aspnetcore-mvc-controllerbase-ok
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Ok
|
|
name: Ok
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.ok#microsoft-aspnetcore-mvc-controllerbase-ok
|
|
- name: (
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Ok(System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Ok(System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.ok#microsoft-aspnetcore-mvc-controllerbase-ok(system-object)
|
|
name: Ok(object)
|
|
nameWithType: ControllerBase.Ok(object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Ok(object)
|
|
nameWithType.vb: ControllerBase.Ok(Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Ok(Object)
|
|
name.vb: Ok(Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Ok(System.Object)
|
|
name: Ok
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.ok#microsoft-aspnetcore-mvc-controllerbase-ok(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Ok(System.Object)
|
|
name: Ok
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.ok#microsoft-aspnetcore-mvc-controllerbase-ok(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Redirect(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Redirect(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirect
|
|
name: Redirect(string)
|
|
nameWithType: ControllerBase.Redirect(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Redirect(string)
|
|
nameWithType.vb: ControllerBase.Redirect(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Redirect(String)
|
|
name.vb: Redirect(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Redirect(System.String)
|
|
name: Redirect
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirect
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Redirect(System.String)
|
|
name: Redirect
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirect
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPermanent(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPermanent(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirectpermanent
|
|
name: RedirectPermanent(string)
|
|
nameWithType: ControllerBase.RedirectPermanent(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPermanent(string)
|
|
nameWithType.vb: ControllerBase.RedirectPermanent(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPermanent(String)
|
|
name.vb: RedirectPermanent(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPermanent(System.String)
|
|
name: RedirectPermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirectpermanent
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPermanent(System.String)
|
|
name: RedirectPermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirectpermanent
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPreserveMethod(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPreserveMethod(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirectpreservemethod
|
|
name: RedirectPreserveMethod(string)
|
|
nameWithType: ControllerBase.RedirectPreserveMethod(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPreserveMethod(string)
|
|
nameWithType.vb: ControllerBase.RedirectPreserveMethod(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPreserveMethod(String)
|
|
name.vb: RedirectPreserveMethod(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPreserveMethod(System.String)
|
|
name: RedirectPreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirectpreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPreserveMethod(System.String)
|
|
name: RedirectPreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirectpreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPermanentPreserveMethod(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPermanentPreserveMethod(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirectpermanentpreservemethod
|
|
name: RedirectPermanentPreserveMethod(string)
|
|
nameWithType: ControllerBase.RedirectPermanentPreserveMethod(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPermanentPreserveMethod(string)
|
|
nameWithType.vb: ControllerBase.RedirectPermanentPreserveMethod(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPermanentPreserveMethod(String)
|
|
name.vb: RedirectPermanentPreserveMethod(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPermanentPreserveMethod(System.String)
|
|
name: RedirectPermanentPreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirectpermanentpreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectPermanentPreserveMethod(System.String)
|
|
name: RedirectPermanentPreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirectpermanentpreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirect(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirect(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.localredirect
|
|
name: LocalRedirect(string)
|
|
nameWithType: ControllerBase.LocalRedirect(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirect(string)
|
|
nameWithType.vb: ControllerBase.LocalRedirect(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirect(String)
|
|
name.vb: LocalRedirect(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirect(System.String)
|
|
name: LocalRedirect
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.localredirect
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirect(System.String)
|
|
name: LocalRedirect
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.localredirect
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPermanent(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPermanent(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.localredirectpermanent
|
|
name: LocalRedirectPermanent(string)
|
|
nameWithType: ControllerBase.LocalRedirectPermanent(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPermanent(string)
|
|
nameWithType.vb: ControllerBase.LocalRedirectPermanent(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPermanent(String)
|
|
name.vb: LocalRedirectPermanent(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPermanent(System.String)
|
|
name: LocalRedirectPermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.localredirectpermanent
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPermanent(System.String)
|
|
name: LocalRedirectPermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.localredirectpermanent
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPreserveMethod(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPreserveMethod(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.localredirectpreservemethod
|
|
name: LocalRedirectPreserveMethod(string)
|
|
nameWithType: ControllerBase.LocalRedirectPreserveMethod(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPreserveMethod(string)
|
|
nameWithType.vb: ControllerBase.LocalRedirectPreserveMethod(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPreserveMethod(String)
|
|
name.vb: LocalRedirectPreserveMethod(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPreserveMethod(System.String)
|
|
name: LocalRedirectPreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.localredirectpreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPreserveMethod(System.String)
|
|
name: LocalRedirectPreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.localredirectpreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPermanentPreserveMethod(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPermanentPreserveMethod(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.localredirectpermanentpreservemethod
|
|
name: LocalRedirectPermanentPreserveMethod(string)
|
|
nameWithType: ControllerBase.LocalRedirectPermanentPreserveMethod(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPermanentPreserveMethod(string)
|
|
nameWithType.vb: ControllerBase.LocalRedirectPermanentPreserveMethod(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPermanentPreserveMethod(String)
|
|
name.vb: LocalRedirectPermanentPreserveMethod(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPermanentPreserveMethod(System.String)
|
|
name: LocalRedirectPermanentPreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.localredirectpermanentpreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.LocalRedirectPermanentPreserveMethod(System.String)
|
|
name: LocalRedirectPermanentPreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.localredirectpermanentpreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction
|
|
name: RedirectToAction()
|
|
nameWithType: ControllerBase.RedirectToAction()
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction()
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction
|
|
name: RedirectToAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction
|
|
name: RedirectToAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction
|
|
- name: (
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string)
|
|
name: RedirectToAction(string)
|
|
nameWithType: ControllerBase.RedirectToAction(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(string)
|
|
nameWithType.vb: ControllerBase.RedirectToAction(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(String)
|
|
name.vb: RedirectToAction(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String)
|
|
name: RedirectToAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String)
|
|
name: RedirectToAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string-system-object)
|
|
name: RedirectToAction(string, object)
|
|
nameWithType: ControllerBase.RedirectToAction(string, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(string, object)
|
|
nameWithType.vb: ControllerBase.RedirectToAction(String, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(String, Object)
|
|
name.vb: RedirectToAction(String, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.Object)
|
|
name: RedirectToAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.Object)
|
|
name: RedirectToAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string-system-string)
|
|
name: RedirectToAction(string, string)
|
|
nameWithType: ControllerBase.RedirectToAction(string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(string, string)
|
|
nameWithType.vb: ControllerBase.RedirectToAction(String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(String, String)
|
|
name.vb: RedirectToAction(String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String)
|
|
name: RedirectToAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String)
|
|
name: RedirectToAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string-system-string-system-object)
|
|
name: RedirectToAction(string, string, object)
|
|
nameWithType: ControllerBase.RedirectToAction(string, string, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(string, string, object)
|
|
nameWithType.vb: ControllerBase.RedirectToAction(String, String, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(String, String, Object)
|
|
name.vb: RedirectToAction(String, String, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String,System.Object)
|
|
name: RedirectToAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string-system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String,System.Object)
|
|
name: RedirectToAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string-system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string-system-string-system-string)
|
|
name: RedirectToAction(string, string, string)
|
|
nameWithType: ControllerBase.RedirectToAction(string, string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(string, string, string)
|
|
nameWithType.vb: ControllerBase.RedirectToAction(String, String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(String, String, String)
|
|
name.vb: RedirectToAction(String, String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String,System.String)
|
|
name: RedirectToAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string-system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String,System.String)
|
|
name: RedirectToAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string-system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String,System.Object,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String,System.Object,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string-system-string-system-object-system-string)
|
|
name: RedirectToAction(string, string, object, string)
|
|
nameWithType: ControllerBase.RedirectToAction(string, string, object, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(string, string, object, string)
|
|
nameWithType.vb: ControllerBase.RedirectToAction(String, String, Object, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(String, String, Object, String)
|
|
name.vb: RedirectToAction(String, String, Object, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String,System.Object,System.String)
|
|
name: RedirectToAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string-system-string-system-object-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToAction(System.String,System.String,System.Object,System.String)
|
|
name: RedirectToAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoaction#microsoft-aspnetcore-mvc-controllerbase-redirecttoaction(system-string-system-string-system-object-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPreserveMethod(System.String,System.String,System.Object,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPreserveMethod(System.String,System.String,System.Object,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpreservemethod
|
|
name: RedirectToActionPreserveMethod(string, string, object, string)
|
|
nameWithType: ControllerBase.RedirectToActionPreserveMethod(string, string, object, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPreserveMethod(string, string, object, string)
|
|
nameWithType.vb: ControllerBase.RedirectToActionPreserveMethod(String, String, Object, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPreserveMethod(String, String, Object, String)
|
|
name.vb: RedirectToActionPreserveMethod(String, String, Object, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPreserveMethod(System.String,System.String,System.Object,System.String)
|
|
name: RedirectToActionPreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPreserveMethod(System.String,System.String,System.Object,System.String)
|
|
name: RedirectToActionPreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string)
|
|
name: RedirectToActionPermanent(string)
|
|
nameWithType: ControllerBase.RedirectToActionPermanent(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(string)
|
|
nameWithType.vb: ControllerBase.RedirectToActionPermanent(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(String)
|
|
name.vb: RedirectToActionPermanent(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String)
|
|
name: RedirectToActionPermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String)
|
|
name: RedirectToActionPermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string-system-object)
|
|
name: RedirectToActionPermanent(string, object)
|
|
nameWithType: ControllerBase.RedirectToActionPermanent(string, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(string, object)
|
|
nameWithType.vb: ControllerBase.RedirectToActionPermanent(String, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(String, Object)
|
|
name.vb: RedirectToActionPermanent(String, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.Object)
|
|
name: RedirectToActionPermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.Object)
|
|
name: RedirectToActionPermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string-system-string)
|
|
name: RedirectToActionPermanent(string, string)
|
|
nameWithType: ControllerBase.RedirectToActionPermanent(string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(string, string)
|
|
nameWithType.vb: ControllerBase.RedirectToActionPermanent(String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(String, String)
|
|
name.vb: RedirectToActionPermanent(String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String)
|
|
name: RedirectToActionPermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String)
|
|
name: RedirectToActionPermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string-system-string-system-string)
|
|
name: RedirectToActionPermanent(string, string, string)
|
|
nameWithType: ControllerBase.RedirectToActionPermanent(string, string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(string, string, string)
|
|
nameWithType.vb: ControllerBase.RedirectToActionPermanent(String, String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(String, String, String)
|
|
name.vb: RedirectToActionPermanent(String, String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String,System.String)
|
|
name: RedirectToActionPermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string-system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String,System.String)
|
|
name: RedirectToActionPermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string-system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string-system-string-system-object)
|
|
name: RedirectToActionPermanent(string, string, object)
|
|
nameWithType: ControllerBase.RedirectToActionPermanent(string, string, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(string, string, object)
|
|
nameWithType.vb: ControllerBase.RedirectToActionPermanent(String, String, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(String, String, Object)
|
|
name.vb: RedirectToActionPermanent(String, String, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String,System.Object)
|
|
name: RedirectToActionPermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string-system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String,System.Object)
|
|
name: RedirectToActionPermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string-system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String,System.Object,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String,System.Object,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string-system-string-system-object-system-string)
|
|
name: RedirectToActionPermanent(string, string, object, string)
|
|
nameWithType: ControllerBase.RedirectToActionPermanent(string, string, object, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(string, string, object, string)
|
|
nameWithType.vb: ControllerBase.RedirectToActionPermanent(String, String, Object, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(String, String, Object, String)
|
|
name.vb: RedirectToActionPermanent(String, String, Object, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String,System.Object,System.String)
|
|
name: RedirectToActionPermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string-system-string-system-object-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanent(System.String,System.String,System.Object,System.String)
|
|
name: RedirectToActionPermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoactionpermanent(system-string-system-string-system-object-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanentPreserveMethod(System.String,System.String,System.Object,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanentPreserveMethod(System.String,System.String,System.Object,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanentpreservemethod
|
|
name: RedirectToActionPermanentPreserveMethod(string, string, object, string)
|
|
nameWithType: ControllerBase.RedirectToActionPermanentPreserveMethod(string, string, object, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanentPreserveMethod(string, string, object, string)
|
|
nameWithType.vb: ControllerBase.RedirectToActionPermanentPreserveMethod(String, String, Object, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanentPreserveMethod(String, String, Object, String)
|
|
name.vb: RedirectToActionPermanentPreserveMethod(String, String, Object, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanentPreserveMethod(System.String,System.String,System.Object,System.String)
|
|
name: RedirectToActionPermanentPreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanentpreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToActionPermanentPreserveMethod(System.String,System.String,System.Object,System.String)
|
|
name: RedirectToActionPermanentPreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoactionpermanentpreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroute#microsoft-aspnetcore-mvc-controllerbase-redirecttoroute(system-string)
|
|
name: RedirectToRoute(string)
|
|
nameWithType: ControllerBase.RedirectToRoute(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(string)
|
|
nameWithType.vb: ControllerBase.RedirectToRoute(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(String)
|
|
name.vb: RedirectToRoute(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String)
|
|
name: RedirectToRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroute#microsoft-aspnetcore-mvc-controllerbase-redirecttoroute(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String)
|
|
name: RedirectToRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroute#microsoft-aspnetcore-mvc-controllerbase-redirecttoroute(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroute#microsoft-aspnetcore-mvc-controllerbase-redirecttoroute(system-object)
|
|
name: RedirectToRoute(object)
|
|
nameWithType: ControllerBase.RedirectToRoute(object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(object)
|
|
nameWithType.vb: ControllerBase.RedirectToRoute(Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(Object)
|
|
name.vb: RedirectToRoute(Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.Object)
|
|
name: RedirectToRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroute#microsoft-aspnetcore-mvc-controllerbase-redirecttoroute(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.Object)
|
|
name: RedirectToRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroute#microsoft-aspnetcore-mvc-controllerbase-redirecttoroute(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroute#microsoft-aspnetcore-mvc-controllerbase-redirecttoroute(system-string-system-object)
|
|
name: RedirectToRoute(string, object)
|
|
nameWithType: ControllerBase.RedirectToRoute(string, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(string, object)
|
|
nameWithType.vb: ControllerBase.RedirectToRoute(String, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(String, Object)
|
|
name.vb: RedirectToRoute(String, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String,System.Object)
|
|
name: RedirectToRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroute#microsoft-aspnetcore-mvc-controllerbase-redirecttoroute(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String,System.Object)
|
|
name: RedirectToRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroute#microsoft-aspnetcore-mvc-controllerbase-redirecttoroute(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroute#microsoft-aspnetcore-mvc-controllerbase-redirecttoroute(system-string-system-string)
|
|
name: RedirectToRoute(string, string)
|
|
nameWithType: ControllerBase.RedirectToRoute(string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(string, string)
|
|
nameWithType.vb: ControllerBase.RedirectToRoute(String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(String, String)
|
|
name.vb: RedirectToRoute(String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String,System.String)
|
|
name: RedirectToRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroute#microsoft-aspnetcore-mvc-controllerbase-redirecttoroute(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String,System.String)
|
|
name: RedirectToRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroute#microsoft-aspnetcore-mvc-controllerbase-redirecttoroute(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String,System.Object,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String,System.Object,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroute#microsoft-aspnetcore-mvc-controllerbase-redirecttoroute(system-string-system-object-system-string)
|
|
name: RedirectToRoute(string, object, string)
|
|
nameWithType: ControllerBase.RedirectToRoute(string, object, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(string, object, string)
|
|
nameWithType.vb: ControllerBase.RedirectToRoute(String, Object, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(String, Object, String)
|
|
name.vb: RedirectToRoute(String, Object, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String,System.Object,System.String)
|
|
name: RedirectToRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroute#microsoft-aspnetcore-mvc-controllerbase-redirecttoroute(system-string-system-object-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoute(System.String,System.Object,System.String)
|
|
name: RedirectToRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroute#microsoft-aspnetcore-mvc-controllerbase-redirecttoroute(system-string-system-object-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePreserveMethod(System.String,System.Object,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePreserveMethod(System.String,System.Object,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepreservemethod
|
|
name: RedirectToRoutePreserveMethod(string, object, string)
|
|
nameWithType: ControllerBase.RedirectToRoutePreserveMethod(string, object, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePreserveMethod(string, object, string)
|
|
nameWithType.vb: ControllerBase.RedirectToRoutePreserveMethod(String, Object, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePreserveMethod(String, Object, String)
|
|
name.vb: RedirectToRoutePreserveMethod(String, Object, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePreserveMethod(System.String,System.Object,System.String)
|
|
name: RedirectToRoutePreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePreserveMethod(System.String,System.Object,System.String)
|
|
name: RedirectToRoutePreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoroutepermanent(system-string)
|
|
name: RedirectToRoutePermanent(string)
|
|
nameWithType: ControllerBase.RedirectToRoutePermanent(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(string)
|
|
nameWithType.vb: ControllerBase.RedirectToRoutePermanent(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(String)
|
|
name.vb: RedirectToRoutePermanent(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String)
|
|
name: RedirectToRoutePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoroutepermanent(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String)
|
|
name: RedirectToRoutePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoroutepermanent(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoroutepermanent(system-object)
|
|
name: RedirectToRoutePermanent(object)
|
|
nameWithType: ControllerBase.RedirectToRoutePermanent(object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(object)
|
|
nameWithType.vb: ControllerBase.RedirectToRoutePermanent(Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(Object)
|
|
name.vb: RedirectToRoutePermanent(Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.Object)
|
|
name: RedirectToRoutePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoroutepermanent(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.Object)
|
|
name: RedirectToRoutePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoroutepermanent(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoroutepermanent(system-string-system-object)
|
|
name: RedirectToRoutePermanent(string, object)
|
|
nameWithType: ControllerBase.RedirectToRoutePermanent(string, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(string, object)
|
|
nameWithType.vb: ControllerBase.RedirectToRoutePermanent(String, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(String, Object)
|
|
name.vb: RedirectToRoutePermanent(String, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String,System.Object)
|
|
name: RedirectToRoutePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoroutepermanent(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String,System.Object)
|
|
name: RedirectToRoutePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoroutepermanent(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoroutepermanent(system-string-system-string)
|
|
name: RedirectToRoutePermanent(string, string)
|
|
nameWithType: ControllerBase.RedirectToRoutePermanent(string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(string, string)
|
|
nameWithType.vb: ControllerBase.RedirectToRoutePermanent(String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(String, String)
|
|
name.vb: RedirectToRoutePermanent(String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String,System.String)
|
|
name: RedirectToRoutePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoroutepermanent(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String,System.String)
|
|
name: RedirectToRoutePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoroutepermanent(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String,System.Object,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String,System.Object,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoroutepermanent(system-string-system-object-system-string)
|
|
name: RedirectToRoutePermanent(string, object, string)
|
|
nameWithType: ControllerBase.RedirectToRoutePermanent(string, object, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(string, object, string)
|
|
nameWithType.vb: ControllerBase.RedirectToRoutePermanent(String, Object, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(String, Object, String)
|
|
name.vb: RedirectToRoutePermanent(String, Object, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String,System.Object,System.String)
|
|
name: RedirectToRoutePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoroutepermanent(system-string-system-object-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanent(System.String,System.Object,System.String)
|
|
name: RedirectToRoutePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttoroutepermanent(system-string-system-object-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanentPreserveMethod(System.String,System.Object,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanentPreserveMethod(System.String,System.Object,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanentpreservemethod
|
|
name: RedirectToRoutePermanentPreserveMethod(string, object, string)
|
|
nameWithType: ControllerBase.RedirectToRoutePermanentPreserveMethod(string, object, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanentPreserveMethod(string, object, string)
|
|
nameWithType.vb: ControllerBase.RedirectToRoutePermanentPreserveMethod(String, Object, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanentPreserveMethod(String, Object, String)
|
|
name.vb: RedirectToRoutePermanentPreserveMethod(String, Object, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanentPreserveMethod(System.String,System.Object,System.String)
|
|
name: RedirectToRoutePermanentPreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanentpreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToRoutePermanentPreserveMethod(System.String,System.Object,System.String)
|
|
name: RedirectToRoutePermanentPreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttoroutepermanentpreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string)
|
|
name: RedirectToPage(string)
|
|
nameWithType: ControllerBase.RedirectToPage(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(string)
|
|
nameWithType.vb: ControllerBase.RedirectToPage(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(String)
|
|
name.vb: RedirectToPage(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String)
|
|
name: RedirectToPage
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String)
|
|
name: RedirectToPage
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string-system-object)
|
|
name: RedirectToPage(string, object)
|
|
nameWithType: ControllerBase.RedirectToPage(string, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(string, object)
|
|
nameWithType.vb: ControllerBase.RedirectToPage(String, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(String, Object)
|
|
name.vb: RedirectToPage(String, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.Object)
|
|
name: RedirectToPage
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.Object)
|
|
name: RedirectToPage
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string-system-string)
|
|
name: RedirectToPage(string, string)
|
|
nameWithType: ControllerBase.RedirectToPage(string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(string, string)
|
|
nameWithType.vb: ControllerBase.RedirectToPage(String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(String, String)
|
|
name.vb: RedirectToPage(String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String)
|
|
name: RedirectToPage
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String)
|
|
name: RedirectToPage
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string-system-string-system-object)
|
|
name: RedirectToPage(string, string, object)
|
|
nameWithType: ControllerBase.RedirectToPage(string, string, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(string, string, object)
|
|
nameWithType.vb: ControllerBase.RedirectToPage(String, String, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(String, String, Object)
|
|
name.vb: RedirectToPage(String, String, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String,System.Object)
|
|
name: RedirectToPage
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string-system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String,System.Object)
|
|
name: RedirectToPage
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string-system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string-system-string-system-string)
|
|
name: RedirectToPage(string, string, string)
|
|
nameWithType: ControllerBase.RedirectToPage(string, string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(string, string, string)
|
|
nameWithType.vb: ControllerBase.RedirectToPage(String, String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(String, String, String)
|
|
name.vb: RedirectToPage(String, String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String,System.String)
|
|
name: RedirectToPage
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string-system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String,System.String)
|
|
name: RedirectToPage
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string-system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String,System.Object,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String,System.Object,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string-system-string-system-object-system-string)
|
|
name: RedirectToPage(string, string, object, string)
|
|
nameWithType: ControllerBase.RedirectToPage(string, string, object, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(string, string, object, string)
|
|
nameWithType.vb: ControllerBase.RedirectToPage(String, String, Object, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(String, String, Object, String)
|
|
name.vb: RedirectToPage(String, String, Object, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String,System.Object,System.String)
|
|
name: RedirectToPage
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string-system-string-system-object-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPage(System.String,System.String,System.Object,System.String)
|
|
name: RedirectToPage
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopage#microsoft-aspnetcore-mvc-controllerbase-redirecttopage(system-string-system-string-system-object-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttopagepermanent(system-string)
|
|
name: RedirectToPagePermanent(string)
|
|
nameWithType: ControllerBase.RedirectToPagePermanent(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(string)
|
|
nameWithType.vb: ControllerBase.RedirectToPagePermanent(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(String)
|
|
name.vb: RedirectToPagePermanent(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String)
|
|
name: RedirectToPagePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttopagepermanent(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String)
|
|
name: RedirectToPagePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttopagepermanent(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttopagepermanent(system-string-system-object)
|
|
name: RedirectToPagePermanent(string, object)
|
|
nameWithType: ControllerBase.RedirectToPagePermanent(string, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(string, object)
|
|
nameWithType.vb: ControllerBase.RedirectToPagePermanent(String, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(String, Object)
|
|
name.vb: RedirectToPagePermanent(String, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.Object)
|
|
name: RedirectToPagePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttopagepermanent(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.Object)
|
|
name: RedirectToPagePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttopagepermanent(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttopagepermanent(system-string-system-string)
|
|
name: RedirectToPagePermanent(string, string)
|
|
nameWithType: ControllerBase.RedirectToPagePermanent(string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(string, string)
|
|
nameWithType.vb: ControllerBase.RedirectToPagePermanent(String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(String, String)
|
|
name.vb: RedirectToPagePermanent(String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.String)
|
|
name: RedirectToPagePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttopagepermanent(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.String)
|
|
name: RedirectToPagePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttopagepermanent(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttopagepermanent(system-string-system-string-system-string)
|
|
name: RedirectToPagePermanent(string, string, string)
|
|
nameWithType: ControllerBase.RedirectToPagePermanent(string, string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(string, string, string)
|
|
nameWithType.vb: ControllerBase.RedirectToPagePermanent(String, String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(String, String, String)
|
|
name.vb: RedirectToPagePermanent(String, String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.String,System.String)
|
|
name: RedirectToPagePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttopagepermanent(system-string-system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.String,System.String)
|
|
name: RedirectToPagePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttopagepermanent(system-string-system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.String,System.Object,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.String,System.Object,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttopagepermanent(system-string-system-string-system-object-system-string)
|
|
name: RedirectToPagePermanent(string, string, object, string)
|
|
nameWithType: ControllerBase.RedirectToPagePermanent(string, string, object, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(string, string, object, string)
|
|
nameWithType.vb: ControllerBase.RedirectToPagePermanent(String, String, Object, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(String, String, Object, String)
|
|
name.vb: RedirectToPagePermanent(String, String, Object, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.String,System.Object,System.String)
|
|
name: RedirectToPagePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttopagepermanent(system-string-system-string-system-object-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanent(System.String,System.String,System.Object,System.String)
|
|
name: RedirectToPagePermanent
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanent#microsoft-aspnetcore-mvc-controllerbase-redirecttopagepermanent(system-string-system-string-system-object-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePreserveMethod(System.String,System.String,System.Object,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePreserveMethod(System.String,System.String,System.Object,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepreservemethod
|
|
name: RedirectToPagePreserveMethod(string, string, object, string)
|
|
nameWithType: ControllerBase.RedirectToPagePreserveMethod(string, string, object, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePreserveMethod(string, string, object, string)
|
|
nameWithType.vb: ControllerBase.RedirectToPagePreserveMethod(String, String, Object, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePreserveMethod(String, String, Object, String)
|
|
name.vb: RedirectToPagePreserveMethod(String, String, Object, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePreserveMethod(System.String,System.String,System.Object,System.String)
|
|
name: RedirectToPagePreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePreserveMethod(System.String,System.String,System.Object,System.String)
|
|
name: RedirectToPagePreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanentPreserveMethod(System.String,System.String,System.Object,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanentPreserveMethod(System.String,System.String,System.Object,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanentpreservemethod
|
|
name: RedirectToPagePermanentPreserveMethod(string, string, object, string)
|
|
nameWithType: ControllerBase.RedirectToPagePermanentPreserveMethod(string, string, object, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanentPreserveMethod(string, string, object, string)
|
|
nameWithType.vb: ControllerBase.RedirectToPagePermanentPreserveMethod(String, String, Object, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanentPreserveMethod(String, String, Object, String)
|
|
name.vb: RedirectToPagePermanentPreserveMethod(String, String, Object, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanentPreserveMethod(System.String,System.String,System.Object,System.String)
|
|
name: RedirectToPagePermanentPreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanentpreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RedirectToPagePermanentPreserveMethod(System.String,System.String,System.Object,System.String)
|
|
name: RedirectToPagePermanentPreserveMethod
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.redirecttopagepermanentpreservemethod
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string)
|
|
name: File(byte[], string)
|
|
nameWithType: ControllerBase.File(byte[], string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(byte[], string)
|
|
nameWithType.vb: ControllerBase.File(Byte(), String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(Byte(), String)
|
|
name.vb: File(Byte(), String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string)
|
|
- name: (
|
|
- uid: System.Byte
|
|
name: byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: '['
|
|
- name: ']'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string)
|
|
- name: (
|
|
- uid: System.Byte
|
|
name: Byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.Boolean)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.Boolean)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-boolean)
|
|
name: File(byte[], string, bool)
|
|
nameWithType: ControllerBase.File(byte[], string, bool)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(byte[], string, bool)
|
|
nameWithType.vb: ControllerBase.File(Byte(), String, Boolean)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(Byte(), String, Boolean)
|
|
name.vb: File(Byte(), String, Boolean)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-boolean)
|
|
- name: (
|
|
- uid: System.Byte
|
|
name: byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: '['
|
|
- name: ']'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-boolean)
|
|
- name: (
|
|
- uid: System.Byte
|
|
name: Byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-string)
|
|
name: File(byte[], string, string)
|
|
nameWithType: ControllerBase.File(byte[], string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(byte[], string, string)
|
|
nameWithType.vb: ControllerBase.File(Byte(), String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(Byte(), String, String)
|
|
name.vb: File(Byte(), String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-string)
|
|
- name: (
|
|
- uid: System.Byte
|
|
name: byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: '['
|
|
- name: ']'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-string)
|
|
- name: (
|
|
- uid: System.Byte
|
|
name: Byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String,System.Boolean)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String,System.Boolean)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-string-system-boolean)
|
|
name: File(byte[], string, string, bool)
|
|
nameWithType: ControllerBase.File(byte[], string, string, bool)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(byte[], string, string, bool)
|
|
nameWithType.vb: ControllerBase.File(Byte(), String, String, Boolean)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(Byte(), String, String, Boolean)
|
|
name.vb: File(Byte(), String, String, Boolean)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-string-system-boolean)
|
|
- name: (
|
|
- uid: System.Byte
|
|
name: byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: '['
|
|
- name: ']'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-string-system-boolean)
|
|
- name: (
|
|
- uid: System.Byte
|
|
name: Byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
name: File(byte[], string, DateTimeOffset?, EntityTagHeaderValue)
|
|
nameWithType: ControllerBase.File(byte[], string, DateTimeOffset?, EntityTagHeaderValue)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(byte[], string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
nameWithType.vb: ControllerBase.File(Byte(), String, DateTimeOffset?, EntityTagHeaderValue)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(Byte(), String, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name.vb: File(Byte(), String, DateTimeOffset?, EntityTagHeaderValue)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
- name: (
|
|
- uid: System.Byte
|
|
name: byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: '['
|
|
- name: ']'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
- name: (
|
|
- uid: System.Byte
|
|
name: Byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
name: File(byte[], string, DateTimeOffset?, EntityTagHeaderValue, bool)
|
|
nameWithType: ControllerBase.File(byte[], string, DateTimeOffset?, EntityTagHeaderValue, bool)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(byte[], string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, bool)
|
|
nameWithType.vb: ControllerBase.File(Byte(), String, DateTimeOffset?, EntityTagHeaderValue, Boolean)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(Byte(), String, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, Boolean)
|
|
name.vb: File(Byte(), String, DateTimeOffset?, EntityTagHeaderValue, Boolean)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
- name: (
|
|
- uid: System.Byte
|
|
name: byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: '['
|
|
- name: ']'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
- name: (
|
|
- uid: System.Byte
|
|
name: Byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
name: File(byte[], string, string, DateTimeOffset?, EntityTagHeaderValue)
|
|
nameWithType: ControllerBase.File(byte[], string, string, DateTimeOffset?, EntityTagHeaderValue)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(byte[], string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
nameWithType.vb: ControllerBase.File(Byte(), String, String, DateTimeOffset?, EntityTagHeaderValue)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(Byte(), String, String, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name.vb: File(Byte(), String, String, DateTimeOffset?, EntityTagHeaderValue)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
- name: (
|
|
- uid: System.Byte
|
|
name: byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: '['
|
|
- name: ']'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
- name: (
|
|
- uid: System.Byte
|
|
name: Byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
name: File(byte[], string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
|
|
nameWithType: ControllerBase.File(byte[], string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(byte[], string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, bool)
|
|
nameWithType.vb: ControllerBase.File(Byte(), String, String, DateTimeOffset?, EntityTagHeaderValue, Boolean)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(Byte(), String, String, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, Boolean)
|
|
name.vb: File(Byte(), String, String, DateTimeOffset?, EntityTagHeaderValue, Boolean)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
- name: (
|
|
- uid: System.Byte
|
|
name: byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: '['
|
|
- name: ']'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.Byte[],System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-byte()-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
- name: (
|
|
- uid: System.Byte
|
|
name: Byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string)
|
|
name: File(Stream, string)
|
|
nameWithType: ControllerBase.File(Stream, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, string)
|
|
nameWithType.vb: ControllerBase.File(Stream, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, String)
|
|
name.vb: File(Stream, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string)
|
|
- name: (
|
|
- uid: System.IO.Stream
|
|
name: Stream
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.stream
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string)
|
|
- name: (
|
|
- uid: System.IO.Stream
|
|
name: Stream
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.stream
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.Boolean)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.Boolean)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-boolean)
|
|
name: File(Stream, string, bool)
|
|
nameWithType: ControllerBase.File(Stream, string, bool)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, string, bool)
|
|
nameWithType.vb: ControllerBase.File(Stream, String, Boolean)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, String, Boolean)
|
|
name.vb: File(Stream, String, Boolean)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-boolean)
|
|
- name: (
|
|
- uid: System.IO.Stream
|
|
name: Stream
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.stream
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-boolean)
|
|
- name: (
|
|
- uid: System.IO.Stream
|
|
name: Stream
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.stream
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-string)
|
|
name: File(Stream, string, string)
|
|
nameWithType: ControllerBase.File(Stream, string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, string, string)
|
|
nameWithType.vb: ControllerBase.File(Stream, String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, String, String)
|
|
name.vb: File(Stream, String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-string)
|
|
- name: (
|
|
- uid: System.IO.Stream
|
|
name: Stream
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.stream
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-string)
|
|
- name: (
|
|
- uid: System.IO.Stream
|
|
name: Stream
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.stream
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String,System.Boolean)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String,System.Boolean)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-string-system-boolean)
|
|
name: File(Stream, string, string, bool)
|
|
nameWithType: ControllerBase.File(Stream, string, string, bool)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, string, string, bool)
|
|
nameWithType.vb: ControllerBase.File(Stream, String, String, Boolean)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, String, String, Boolean)
|
|
name.vb: File(Stream, String, String, Boolean)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-string-system-boolean)
|
|
- name: (
|
|
- uid: System.IO.Stream
|
|
name: Stream
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.stream
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-string-system-boolean)
|
|
- name: (
|
|
- uid: System.IO.Stream
|
|
name: Stream
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.stream
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
name: File(Stream, string, DateTimeOffset?, EntityTagHeaderValue)
|
|
nameWithType: ControllerBase.File(Stream, string, DateTimeOffset?, EntityTagHeaderValue)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
nameWithType.vb: ControllerBase.File(Stream, String, DateTimeOffset?, EntityTagHeaderValue)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, String, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name.vb: File(Stream, String, DateTimeOffset?, EntityTagHeaderValue)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
- name: (
|
|
- uid: System.IO.Stream
|
|
name: Stream
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.stream
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
- name: (
|
|
- uid: System.IO.Stream
|
|
name: Stream
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.stream
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
name: File(Stream, string, DateTimeOffset?, EntityTagHeaderValue, bool)
|
|
nameWithType: ControllerBase.File(Stream, string, DateTimeOffset?, EntityTagHeaderValue, bool)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, bool)
|
|
nameWithType.vb: ControllerBase.File(Stream, String, DateTimeOffset?, EntityTagHeaderValue, Boolean)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, String, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, Boolean)
|
|
name.vb: File(Stream, String, DateTimeOffset?, EntityTagHeaderValue, Boolean)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
- name: (
|
|
- uid: System.IO.Stream
|
|
name: Stream
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.stream
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
- name: (
|
|
- uid: System.IO.Stream
|
|
name: Stream
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.stream
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
name: File(Stream, string, string, DateTimeOffset?, EntityTagHeaderValue)
|
|
nameWithType: ControllerBase.File(Stream, string, string, DateTimeOffset?, EntityTagHeaderValue)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
nameWithType.vb: ControllerBase.File(Stream, String, String, DateTimeOffset?, EntityTagHeaderValue)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, String, String, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name.vb: File(Stream, String, String, DateTimeOffset?, EntityTagHeaderValue)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
- name: (
|
|
- uid: System.IO.Stream
|
|
name: Stream
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.stream
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
- name: (
|
|
- uid: System.IO.Stream
|
|
name: Stream
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.stream
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
name: File(Stream, string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
|
|
nameWithType: ControllerBase.File(Stream, string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, bool)
|
|
nameWithType.vb: ControllerBase.File(Stream, String, String, DateTimeOffset?, EntityTagHeaderValue, Boolean)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream, String, String, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, Boolean)
|
|
name.vb: File(Stream, String, String, DateTimeOffset?, EntityTagHeaderValue, Boolean)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
- name: (
|
|
- uid: System.IO.Stream
|
|
name: Stream
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.stream
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.IO.Stream,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-io-stream-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
- name: (
|
|
- uid: System.IO.Stream
|
|
name: Stream
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.io.stream
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string)
|
|
name: File(string, string)
|
|
nameWithType: ControllerBase.File(string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(string, string)
|
|
nameWithType.vb: ControllerBase.File(String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(String, String)
|
|
name.vb: File(String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.Boolean)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.Boolean)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-boolean)
|
|
name: File(string, string, bool)
|
|
nameWithType: ControllerBase.File(string, string, bool)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(string, string, bool)
|
|
nameWithType.vb: ControllerBase.File(String, String, Boolean)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(String, String, Boolean)
|
|
name.vb: File(String, String, Boolean)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-boolean)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-boolean)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-string)
|
|
name: File(string, string, string)
|
|
nameWithType: ControllerBase.File(string, string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(string, string, string)
|
|
nameWithType.vb: ControllerBase.File(String, String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(String, String, String)
|
|
name.vb: File(String, String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String,System.Boolean)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String,System.Boolean)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-string-system-boolean)
|
|
name: File(string, string, string, bool)
|
|
nameWithType: ControllerBase.File(string, string, string, bool)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(string, string, string, bool)
|
|
nameWithType.vb: ControllerBase.File(String, String, String, Boolean)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(String, String, String, Boolean)
|
|
name.vb: File(String, String, String, Boolean)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-string-system-boolean)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-string-system-boolean)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
name: File(string, string, DateTimeOffset?, EntityTagHeaderValue)
|
|
nameWithType: ControllerBase.File(string, string, DateTimeOffset?, EntityTagHeaderValue)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
nameWithType.vb: ControllerBase.File(String, String, DateTimeOffset?, EntityTagHeaderValue)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(String, String, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name.vb: File(String, String, DateTimeOffset?, EntityTagHeaderValue)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
name: File(string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
|
|
nameWithType: ControllerBase.File(string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, bool)
|
|
nameWithType.vb: ControllerBase.File(String, String, DateTimeOffset?, EntityTagHeaderValue, Boolean)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(String, String, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, Boolean)
|
|
name.vb: File(String, String, DateTimeOffset?, EntityTagHeaderValue, Boolean)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
name: File(string, string, string, DateTimeOffset?, EntityTagHeaderValue)
|
|
nameWithType: ControllerBase.File(string, string, string, DateTimeOffset?, EntityTagHeaderValue)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(string, string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
nameWithType.vb: ControllerBase.File(String, String, String, DateTimeOffset?, EntityTagHeaderValue)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(String, String, String, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name.vb: File(String, String, String, DateTimeOffset?, EntityTagHeaderValue)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
name: File(string, string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
|
|
nameWithType: ControllerBase.File(string, string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.File(string, string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, bool)
|
|
nameWithType.vb: ControllerBase.File(String, String, String, DateTimeOffset?, EntityTagHeaderValue, Boolean)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.File(String, String, String, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, Boolean)
|
|
name.vb: File(String, String, String, DateTimeOffset?, EntityTagHeaderValue, Boolean)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.File(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
name: File
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.file#microsoft-aspnetcore-mvc-controllerbase-file(system-string-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string)
|
|
name: PhysicalFile(string, string)
|
|
nameWithType: ControllerBase.PhysicalFile(string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(string, string)
|
|
nameWithType.vb: ControllerBase.PhysicalFile(String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(String, String)
|
|
name.vb: PhysicalFile(String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String)
|
|
name: PhysicalFile
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String)
|
|
name: PhysicalFile
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.Boolean)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.Boolean)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-boolean)
|
|
name: PhysicalFile(string, string, bool)
|
|
nameWithType: ControllerBase.PhysicalFile(string, string, bool)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(string, string, bool)
|
|
nameWithType.vb: ControllerBase.PhysicalFile(String, String, Boolean)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(String, String, Boolean)
|
|
name.vb: PhysicalFile(String, String, Boolean)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.Boolean)
|
|
name: PhysicalFile
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-boolean)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.Boolean)
|
|
name: PhysicalFile
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-boolean)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-string)
|
|
name: PhysicalFile(string, string, string)
|
|
nameWithType: ControllerBase.PhysicalFile(string, string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(string, string, string)
|
|
nameWithType.vb: ControllerBase.PhysicalFile(String, String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(String, String, String)
|
|
name.vb: PhysicalFile(String, String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String)
|
|
name: PhysicalFile
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String)
|
|
name: PhysicalFile
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String,System.Boolean)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String,System.Boolean)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-string-system-boolean)
|
|
name: PhysicalFile(string, string, string, bool)
|
|
nameWithType: ControllerBase.PhysicalFile(string, string, string, bool)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(string, string, string, bool)
|
|
nameWithType.vb: ControllerBase.PhysicalFile(String, String, String, Boolean)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(String, String, String, Boolean)
|
|
name.vb: PhysicalFile(String, String, String, Boolean)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String,System.Boolean)
|
|
name: PhysicalFile
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-string-system-boolean)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String,System.Boolean)
|
|
name: PhysicalFile
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-string-system-boolean)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
name: PhysicalFile(string, string, DateTimeOffset?, EntityTagHeaderValue)
|
|
nameWithType: ControllerBase.PhysicalFile(string, string, DateTimeOffset?, EntityTagHeaderValue)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
nameWithType.vb: ControllerBase.PhysicalFile(String, String, DateTimeOffset?, EntityTagHeaderValue)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(String, String, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name.vb: PhysicalFile(String, String, DateTimeOffset?, EntityTagHeaderValue)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name: PhysicalFile
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name: PhysicalFile
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
name: PhysicalFile(string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
|
|
nameWithType: ControllerBase.PhysicalFile(string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, bool)
|
|
nameWithType.vb: ControllerBase.PhysicalFile(String, String, DateTimeOffset?, EntityTagHeaderValue, Boolean)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(String, String, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, Boolean)
|
|
name.vb: PhysicalFile(String, String, DateTimeOffset?, EntityTagHeaderValue, Boolean)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
name: PhysicalFile
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
name: PhysicalFile
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
name: PhysicalFile(string, string, string, DateTimeOffset?, EntityTagHeaderValue)
|
|
nameWithType: ControllerBase.PhysicalFile(string, string, string, DateTimeOffset?, EntityTagHeaderValue)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(string, string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
nameWithType.vb: ControllerBase.PhysicalFile(String, String, String, DateTimeOffset?, EntityTagHeaderValue)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(String, String, String, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name.vb: PhysicalFile(String, String, String, DateTimeOffset?, EntityTagHeaderValue)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name: PhysicalFile
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue)
|
|
name: PhysicalFile
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
name: PhysicalFile(string, string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
|
|
nameWithType: ControllerBase.PhysicalFile(string, string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(string, string, string, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, bool)
|
|
nameWithType.vb: ControllerBase.PhysicalFile(String, String, String, DateTimeOffset?, EntityTagHeaderValue, Boolean)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(String, String, String, System.DateTimeOffset?, Microsoft.Net.Http.Headers.EntityTagHeaderValue, Boolean)
|
|
name.vb: PhysicalFile(String, String, String, DateTimeOffset?, EntityTagHeaderValue, Boolean)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
name: PhysicalFile
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.PhysicalFile(System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},Microsoft.Net.Http.Headers.EntityTagHeaderValue,System.Boolean)
|
|
name: PhysicalFile
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.physicalfile#microsoft-aspnetcore-mvc-controllerbase-physicalfile(system-string-system-string-system-string-system-nullable((system-datetimeoffset))-microsoft-net-http-headers-entitytagheadervalue-system-boolean)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.DateTimeOffset
|
|
name: DateTimeOffset
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.datetimeoffset
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Net.Http.Headers.EntityTagHeaderValue
|
|
name: EntityTagHeaderValue
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.net.http.headers.entitytagheadervalue
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Unauthorized
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Unauthorized
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.unauthorized#microsoft-aspnetcore-mvc-controllerbase-unauthorized
|
|
name: Unauthorized()
|
|
nameWithType: ControllerBase.Unauthorized()
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Unauthorized()
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Unauthorized
|
|
name: Unauthorized
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.unauthorized#microsoft-aspnetcore-mvc-controllerbase-unauthorized
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Unauthorized
|
|
name: Unauthorized
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.unauthorized#microsoft-aspnetcore-mvc-controllerbase-unauthorized
|
|
- name: (
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Unauthorized(System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Unauthorized(System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.unauthorized#microsoft-aspnetcore-mvc-controllerbase-unauthorized(system-object)
|
|
name: Unauthorized(object)
|
|
nameWithType: ControllerBase.Unauthorized(object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Unauthorized(object)
|
|
nameWithType.vb: ControllerBase.Unauthorized(Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Unauthorized(Object)
|
|
name.vb: Unauthorized(Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Unauthorized(System.Object)
|
|
name: Unauthorized
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.unauthorized#microsoft-aspnetcore-mvc-controllerbase-unauthorized(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Unauthorized(System.Object)
|
|
name: Unauthorized
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.unauthorized#microsoft-aspnetcore-mvc-controllerbase-unauthorized(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.NotFound
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.NotFound
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.notfound#microsoft-aspnetcore-mvc-controllerbase-notfound
|
|
name: NotFound()
|
|
nameWithType: ControllerBase.NotFound()
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.NotFound()
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.NotFound
|
|
name: NotFound
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.notfound#microsoft-aspnetcore-mvc-controllerbase-notfound
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.NotFound
|
|
name: NotFound
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.notfound#microsoft-aspnetcore-mvc-controllerbase-notfound
|
|
- name: (
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.NotFound(System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.NotFound(System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.notfound#microsoft-aspnetcore-mvc-controllerbase-notfound(system-object)
|
|
name: NotFound(object)
|
|
nameWithType: ControllerBase.NotFound(object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.NotFound(object)
|
|
nameWithType.vb: ControllerBase.NotFound(Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.NotFound(Object)
|
|
name.vb: NotFound(Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.NotFound(System.Object)
|
|
name: NotFound
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.notfound#microsoft-aspnetcore-mvc-controllerbase-notfound(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.NotFound(System.Object)
|
|
name: NotFound
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.notfound#microsoft-aspnetcore-mvc-controllerbase-notfound(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.badrequest#microsoft-aspnetcore-mvc-controllerbase-badrequest
|
|
name: BadRequest()
|
|
nameWithType: ControllerBase.BadRequest()
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest()
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest
|
|
name: BadRequest
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.badrequest#microsoft-aspnetcore-mvc-controllerbase-badrequest
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest
|
|
name: BadRequest
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.badrequest#microsoft-aspnetcore-mvc-controllerbase-badrequest
|
|
- name: (
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest(System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest(System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.badrequest#microsoft-aspnetcore-mvc-controllerbase-badrequest(system-object)
|
|
name: BadRequest(object)
|
|
nameWithType: ControllerBase.BadRequest(object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest(object)
|
|
nameWithType.vb: ControllerBase.BadRequest(Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest(Object)
|
|
name.vb: BadRequest(Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest(System.Object)
|
|
name: BadRequest
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.badrequest#microsoft-aspnetcore-mvc-controllerbase-badrequest(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest(System.Object)
|
|
name: BadRequest
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.badrequest#microsoft-aspnetcore-mvc-controllerbase-badrequest(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.badrequest#microsoft-aspnetcore-mvc-controllerbase-badrequest(microsoft-aspnetcore-mvc-modelbinding-modelstatedictionary)
|
|
name: BadRequest(ModelStateDictionary)
|
|
nameWithType: ControllerBase.BadRequest(ModelStateDictionary)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
name: BadRequest
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.badrequest#microsoft-aspnetcore-mvc-controllerbase-badrequest(microsoft-aspnetcore-mvc-modelbinding-modelstatedictionary)
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary
|
|
name: ModelStateDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelstatedictionary
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.BadRequest(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
name: BadRequest
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.badrequest#microsoft-aspnetcore-mvc-controllerbase-badrequest(microsoft-aspnetcore-mvc-modelbinding-modelstatedictionary)
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary
|
|
name: ModelStateDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelstatedictionary
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.unprocessableentity#microsoft-aspnetcore-mvc-controllerbase-unprocessableentity
|
|
name: UnprocessableEntity()
|
|
nameWithType: ControllerBase.UnprocessableEntity()
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity()
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity
|
|
name: UnprocessableEntity
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.unprocessableentity#microsoft-aspnetcore-mvc-controllerbase-unprocessableentity
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity
|
|
name: UnprocessableEntity
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.unprocessableentity#microsoft-aspnetcore-mvc-controllerbase-unprocessableentity
|
|
- name: (
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity(System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity(System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.unprocessableentity#microsoft-aspnetcore-mvc-controllerbase-unprocessableentity(system-object)
|
|
name: UnprocessableEntity(object)
|
|
nameWithType: ControllerBase.UnprocessableEntity(object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity(object)
|
|
nameWithType.vb: ControllerBase.UnprocessableEntity(Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity(Object)
|
|
name.vb: UnprocessableEntity(Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity(System.Object)
|
|
name: UnprocessableEntity
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.unprocessableentity#microsoft-aspnetcore-mvc-controllerbase-unprocessableentity(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity(System.Object)
|
|
name: UnprocessableEntity
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.unprocessableentity#microsoft-aspnetcore-mvc-controllerbase-unprocessableentity(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.unprocessableentity#microsoft-aspnetcore-mvc-controllerbase-unprocessableentity(microsoft-aspnetcore-mvc-modelbinding-modelstatedictionary)
|
|
name: UnprocessableEntity(ModelStateDictionary)
|
|
nameWithType: ControllerBase.UnprocessableEntity(ModelStateDictionary)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
name: UnprocessableEntity
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.unprocessableentity#microsoft-aspnetcore-mvc-controllerbase-unprocessableentity(microsoft-aspnetcore-mvc-modelbinding-modelstatedictionary)
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary
|
|
name: ModelStateDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelstatedictionary
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.UnprocessableEntity(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
name: UnprocessableEntity
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.unprocessableentity#microsoft-aspnetcore-mvc-controllerbase-unprocessableentity(microsoft-aspnetcore-mvc-modelbinding-modelstatedictionary)
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary
|
|
name: ModelStateDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelstatedictionary
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Conflict
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Conflict
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.conflict#microsoft-aspnetcore-mvc-controllerbase-conflict
|
|
name: Conflict()
|
|
nameWithType: ControllerBase.Conflict()
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Conflict()
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Conflict
|
|
name: Conflict
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.conflict#microsoft-aspnetcore-mvc-controllerbase-conflict
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Conflict
|
|
name: Conflict
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.conflict#microsoft-aspnetcore-mvc-controllerbase-conflict
|
|
- name: (
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Conflict(System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Conflict(System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.conflict#microsoft-aspnetcore-mvc-controllerbase-conflict(system-object)
|
|
name: Conflict(object)
|
|
nameWithType: ControllerBase.Conflict(object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Conflict(object)
|
|
nameWithType.vb: ControllerBase.Conflict(Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Conflict(Object)
|
|
name.vb: Conflict(Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Conflict(System.Object)
|
|
name: Conflict
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.conflict#microsoft-aspnetcore-mvc-controllerbase-conflict(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Conflict(System.Object)
|
|
name: Conflict
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.conflict#microsoft-aspnetcore-mvc-controllerbase-conflict(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Conflict(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Conflict(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.conflict#microsoft-aspnetcore-mvc-controllerbase-conflict(microsoft-aspnetcore-mvc-modelbinding-modelstatedictionary)
|
|
name: Conflict(ModelStateDictionary)
|
|
nameWithType: ControllerBase.Conflict(ModelStateDictionary)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Conflict(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Conflict(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
name: Conflict
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.conflict#microsoft-aspnetcore-mvc-controllerbase-conflict(microsoft-aspnetcore-mvc-modelbinding-modelstatedictionary)
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary
|
|
name: ModelStateDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelstatedictionary
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Conflict(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
name: Conflict
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.conflict#microsoft-aspnetcore-mvc-controllerbase-conflict(microsoft-aspnetcore-mvc-modelbinding-modelstatedictionary)
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary
|
|
name: ModelStateDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelstatedictionary
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Problem(System.String,System.String,System.Nullable{System.Int32},System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Problem(System.String,System.String,System.Nullable{System.Int32},System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.problem
|
|
name: Problem(string, string, int?, string, string)
|
|
nameWithType: ControllerBase.Problem(string, string, int?, string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Problem(string, string, int?, string, string)
|
|
nameWithType.vb: ControllerBase.Problem(String, String, Integer?, String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Problem(String, String, Integer?, String, String)
|
|
name.vb: Problem(String, String, Integer?, String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Problem(System.String,System.String,System.Nullable{System.Int32},System.String,System.String)
|
|
name: Problem
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.problem
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Problem(System.String,System.String,System.Nullable{System.Int32},System.String,System.String)
|
|
name: Problem
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.problem
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(Microsoft.AspNetCore.Mvc.ValidationProblemDetails)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(Microsoft.AspNetCore.Mvc.ValidationProblemDetails)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.validationproblem#microsoft-aspnetcore-mvc-controllerbase-validationproblem(microsoft-aspnetcore-mvc-validationproblemdetails)
|
|
name: ValidationProblem(ValidationProblemDetails)
|
|
nameWithType: ControllerBase.ValidationProblem(ValidationProblemDetails)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(Microsoft.AspNetCore.Mvc.ValidationProblemDetails)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(Microsoft.AspNetCore.Mvc.ValidationProblemDetails)
|
|
name: ValidationProblem
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.validationproblem#microsoft-aspnetcore-mvc-controllerbase-validationproblem(microsoft-aspnetcore-mvc-validationproblemdetails)
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Mvc.ValidationProblemDetails
|
|
name: ValidationProblemDetails
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.validationproblemdetails
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(Microsoft.AspNetCore.Mvc.ValidationProblemDetails)
|
|
name: ValidationProblem
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.validationproblem#microsoft-aspnetcore-mvc-controllerbase-validationproblem(microsoft-aspnetcore-mvc-validationproblemdetails)
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Mvc.ValidationProblemDetails
|
|
name: ValidationProblemDetails
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.validationproblemdetails
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.validationproblem#microsoft-aspnetcore-mvc-controllerbase-validationproblem(microsoft-aspnetcore-mvc-modelbinding-modelstatedictionary)
|
|
name: ValidationProblem(ModelStateDictionary)
|
|
nameWithType: ControllerBase.ValidationProblem(ModelStateDictionary)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
name: ValidationProblem
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.validationproblem#microsoft-aspnetcore-mvc-controllerbase-validationproblem(microsoft-aspnetcore-mvc-modelbinding-modelstatedictionary)
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary
|
|
name: ModelStateDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelstatedictionary
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
name: ValidationProblem
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.validationproblem#microsoft-aspnetcore-mvc-controllerbase-validationproblem(microsoft-aspnetcore-mvc-modelbinding-modelstatedictionary)
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary
|
|
name: ModelStateDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelstatedictionary
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.validationproblem#microsoft-aspnetcore-mvc-controllerbase-validationproblem
|
|
name: ValidationProblem()
|
|
nameWithType: ControllerBase.ValidationProblem()
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem()
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem
|
|
name: ValidationProblem
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.validationproblem#microsoft-aspnetcore-mvc-controllerbase-validationproblem
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem
|
|
name: ValidationProblem
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.validationproblem#microsoft-aspnetcore-mvc-controllerbase-validationproblem
|
|
- name: (
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(System.String,System.String,System.Nullable{System.Int32},System.String,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(System.String,System.String,System.Nullable{System.Int32},System.String,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.validationproblem#microsoft-aspnetcore-mvc-controllerbase-validationproblem(system-string-system-string-system-nullable((system-int32))-system-string-system-string-microsoft-aspnetcore-mvc-modelbinding-modelstatedictionary)
|
|
name: ValidationProblem(string, string, int?, string, string, ModelStateDictionary)
|
|
nameWithType: ControllerBase.ValidationProblem(string, string, int?, string, string, ModelStateDictionary)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(string, string, int?, string, string, Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
nameWithType.vb: ControllerBase.ValidationProblem(String, String, Integer?, String, String, ModelStateDictionary)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(String, String, Integer?, String, String, Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
name.vb: ValidationProblem(String, String, Integer?, String, String, ModelStateDictionary)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(System.String,System.String,System.Nullable{System.Int32},System.String,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
name: ValidationProblem
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.validationproblem#microsoft-aspnetcore-mvc-controllerbase-validationproblem(system-string-system-string-system-nullable((system-int32))-system-string-system-string-microsoft-aspnetcore-mvc-modelbinding-modelstatedictionary)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary
|
|
name: ModelStateDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelstatedictionary
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.ValidationProblem(System.String,System.String,System.Nullable{System.Int32},System.String,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary)
|
|
name: ValidationProblem
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.validationproblem#microsoft-aspnetcore-mvc-controllerbase-validationproblem(system-string-system-string-system-nullable((system-int32))-system-string-system-string-microsoft-aspnetcore-mvc-modelbinding-modelstatedictionary)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary
|
|
name: ModelStateDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelstatedictionary
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Created
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Created
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.created#microsoft-aspnetcore-mvc-controllerbase-created
|
|
name: Created()
|
|
nameWithType: ControllerBase.Created()
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Created()
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Created
|
|
name: Created
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.created#microsoft-aspnetcore-mvc-controllerbase-created
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Created
|
|
name: Created
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.created#microsoft-aspnetcore-mvc-controllerbase-created
|
|
- name: (
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Created(System.String,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Created(System.String,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.created#microsoft-aspnetcore-mvc-controllerbase-created(system-string-system-object)
|
|
name: Created(string, object)
|
|
nameWithType: ControllerBase.Created(string, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Created(string, object)
|
|
nameWithType.vb: ControllerBase.Created(String, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Created(String, Object)
|
|
name.vb: Created(String, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Created(System.String,System.Object)
|
|
name: Created
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.created#microsoft-aspnetcore-mvc-controllerbase-created(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Created(System.String,System.Object)
|
|
name: Created
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.created#microsoft-aspnetcore-mvc-controllerbase-created(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Created(System.Uri,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Created(System.Uri,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.created#microsoft-aspnetcore-mvc-controllerbase-created(system-uri-system-object)
|
|
name: Created(Uri, object)
|
|
nameWithType: ControllerBase.Created(Uri, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Created(System.Uri, object)
|
|
nameWithType.vb: ControllerBase.Created(Uri, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Created(System.Uri, Object)
|
|
name.vb: Created(Uri, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Created(System.Uri,System.Object)
|
|
name: Created
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.created#microsoft-aspnetcore-mvc-controllerbase-created(system-uri-system-object)
|
|
- name: (
|
|
- uid: System.Uri
|
|
name: Uri
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.uri
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Created(System.Uri,System.Object)
|
|
name: Created
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.created#microsoft-aspnetcore-mvc-controllerbase-created(system-uri-system-object)
|
|
- name: (
|
|
- uid: System.Uri
|
|
name: Uri
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.uri
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(System.String,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(System.String,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdataction#microsoft-aspnetcore-mvc-controllerbase-createdataction(system-string-system-object)
|
|
name: CreatedAtAction(string, object)
|
|
nameWithType: ControllerBase.CreatedAtAction(string, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(string, object)
|
|
nameWithType.vb: ControllerBase.CreatedAtAction(String, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(String, Object)
|
|
name.vb: CreatedAtAction(String, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(System.String,System.Object)
|
|
name: CreatedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdataction#microsoft-aspnetcore-mvc-controllerbase-createdataction(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(System.String,System.Object)
|
|
name: CreatedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdataction#microsoft-aspnetcore-mvc-controllerbase-createdataction(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(System.String,System.Object,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(System.String,System.Object,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdataction#microsoft-aspnetcore-mvc-controllerbase-createdataction(system-string-system-object-system-object)
|
|
name: CreatedAtAction(string, object, object)
|
|
nameWithType: ControllerBase.CreatedAtAction(string, object, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(string, object, object)
|
|
nameWithType.vb: ControllerBase.CreatedAtAction(String, Object, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(String, Object, Object)
|
|
name.vb: CreatedAtAction(String, Object, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(System.String,System.Object,System.Object)
|
|
name: CreatedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdataction#microsoft-aspnetcore-mvc-controllerbase-createdataction(system-string-system-object-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(System.String,System.Object,System.Object)
|
|
name: CreatedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdataction#microsoft-aspnetcore-mvc-controllerbase-createdataction(system-string-system-object-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(System.String,System.String,System.Object,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(System.String,System.String,System.Object,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdataction#microsoft-aspnetcore-mvc-controllerbase-createdataction(system-string-system-string-system-object-system-object)
|
|
name: CreatedAtAction(string, string, object, object)
|
|
nameWithType: ControllerBase.CreatedAtAction(string, string, object, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(string, string, object, object)
|
|
nameWithType.vb: ControllerBase.CreatedAtAction(String, String, Object, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(String, String, Object, Object)
|
|
name.vb: CreatedAtAction(String, String, Object, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(System.String,System.String,System.Object,System.Object)
|
|
name: CreatedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdataction#microsoft-aspnetcore-mvc-controllerbase-createdataction(system-string-system-string-system-object-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtAction(System.String,System.String,System.Object,System.Object)
|
|
name: CreatedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdataction#microsoft-aspnetcore-mvc-controllerbase-createdataction(system-string-system-string-system-object-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(System.String,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(System.String,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdatroute#microsoft-aspnetcore-mvc-controllerbase-createdatroute(system-string-system-object)
|
|
name: CreatedAtRoute(string, object)
|
|
nameWithType: ControllerBase.CreatedAtRoute(string, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(string, object)
|
|
nameWithType.vb: ControllerBase.CreatedAtRoute(String, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(String, Object)
|
|
name.vb: CreatedAtRoute(String, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(System.String,System.Object)
|
|
name: CreatedAtRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdatroute#microsoft-aspnetcore-mvc-controllerbase-createdatroute(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(System.String,System.Object)
|
|
name: CreatedAtRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdatroute#microsoft-aspnetcore-mvc-controllerbase-createdatroute(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(System.Object,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(System.Object,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdatroute#microsoft-aspnetcore-mvc-controllerbase-createdatroute(system-object-system-object)
|
|
name: CreatedAtRoute(object, object)
|
|
nameWithType: ControllerBase.CreatedAtRoute(object, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(object, object)
|
|
nameWithType.vb: ControllerBase.CreatedAtRoute(Object, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(Object, Object)
|
|
name.vb: CreatedAtRoute(Object, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(System.Object,System.Object)
|
|
name: CreatedAtRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdatroute#microsoft-aspnetcore-mvc-controllerbase-createdatroute(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(System.Object,System.Object)
|
|
name: CreatedAtRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdatroute#microsoft-aspnetcore-mvc-controllerbase-createdatroute(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(System.String,System.Object,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(System.String,System.Object,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdatroute#microsoft-aspnetcore-mvc-controllerbase-createdatroute(system-string-system-object-system-object)
|
|
name: CreatedAtRoute(string, object, object)
|
|
nameWithType: ControllerBase.CreatedAtRoute(string, object, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(string, object, object)
|
|
nameWithType.vb: ControllerBase.CreatedAtRoute(String, Object, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(String, Object, Object)
|
|
name.vb: CreatedAtRoute(String, Object, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(System.String,System.Object,System.Object)
|
|
name: CreatedAtRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdatroute#microsoft-aspnetcore-mvc-controllerbase-createdatroute(system-string-system-object-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.CreatedAtRoute(System.String,System.Object,System.Object)
|
|
name: CreatedAtRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.createdatroute#microsoft-aspnetcore-mvc-controllerbase-createdatroute(system-string-system-object-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Accepted
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted
|
|
name: Accepted()
|
|
nameWithType: ControllerBase.Accepted()
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted()
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted
|
|
name: Accepted
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted
|
|
name: Accepted
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted
|
|
- name: (
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted(system-object)
|
|
name: Accepted(object)
|
|
nameWithType: ControllerBase.Accepted(object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(object)
|
|
nameWithType.vb: ControllerBase.Accepted(Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(Object)
|
|
name.vb: Accepted(Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Object)
|
|
name: Accepted
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Object)
|
|
name: Accepted
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Uri)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Uri)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted(system-uri)
|
|
name: Accepted(Uri)
|
|
nameWithType: ControllerBase.Accepted(Uri)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Uri)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Uri)
|
|
name: Accepted
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted(system-uri)
|
|
- name: (
|
|
- uid: System.Uri
|
|
name: Uri
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.uri
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Uri)
|
|
name: Accepted
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted(system-uri)
|
|
- name: (
|
|
- uid: System.Uri
|
|
name: Uri
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.uri
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted(system-string)
|
|
name: Accepted(string)
|
|
nameWithType: ControllerBase.Accepted(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(string)
|
|
nameWithType.vb: ControllerBase.Accepted(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(String)
|
|
name.vb: Accepted(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.String)
|
|
name: Accepted
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.String)
|
|
name: Accepted
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.String,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.String,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted(system-string-system-object)
|
|
name: Accepted(string, object)
|
|
nameWithType: ControllerBase.Accepted(string, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(string, object)
|
|
nameWithType.vb: ControllerBase.Accepted(String, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(String, Object)
|
|
name.vb: Accepted(String, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.String,System.Object)
|
|
name: Accepted
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.String,System.Object)
|
|
name: Accepted
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Uri,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Uri,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted(system-uri-system-object)
|
|
name: Accepted(Uri, object)
|
|
nameWithType: ControllerBase.Accepted(Uri, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Uri, object)
|
|
nameWithType.vb: ControllerBase.Accepted(Uri, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Uri, Object)
|
|
name.vb: Accepted(Uri, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Uri,System.Object)
|
|
name: Accepted
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted(system-uri-system-object)
|
|
- name: (
|
|
- uid: System.Uri
|
|
name: Uri
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.uri
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Accepted(System.Uri,System.Object)
|
|
name: Accepted
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.accepted#microsoft-aspnetcore-mvc-controllerbase-accepted(system-uri-system-object)
|
|
- name: (
|
|
- uid: System.Uri
|
|
name: Uri
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.uri
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string)
|
|
name: AcceptedAtAction(string)
|
|
nameWithType: ControllerBase.AcceptedAtAction(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(string)
|
|
nameWithType.vb: ControllerBase.AcceptedAtAction(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(String)
|
|
name.vb: AcceptedAtAction(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String)
|
|
name: AcceptedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String)
|
|
name: AcceptedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string-system-string)
|
|
name: AcceptedAtAction(string, string)
|
|
nameWithType: ControllerBase.AcceptedAtAction(string, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(string, string)
|
|
nameWithType.vb: ControllerBase.AcceptedAtAction(String, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(String, String)
|
|
name.vb: AcceptedAtAction(String, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.String)
|
|
name: AcceptedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.String)
|
|
name: AcceptedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string-system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string-system-object)
|
|
name: AcceptedAtAction(string, object)
|
|
nameWithType: ControllerBase.AcceptedAtAction(string, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(string, object)
|
|
nameWithType.vb: ControllerBase.AcceptedAtAction(String, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(String, Object)
|
|
name.vb: AcceptedAtAction(String, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.Object)
|
|
name: AcceptedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.Object)
|
|
name: AcceptedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.String,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.String,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string-system-string-system-object)
|
|
name: AcceptedAtAction(string, string, object)
|
|
nameWithType: ControllerBase.AcceptedAtAction(string, string, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(string, string, object)
|
|
nameWithType.vb: ControllerBase.AcceptedAtAction(String, String, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(String, String, Object)
|
|
name.vb: AcceptedAtAction(String, String, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.String,System.Object)
|
|
name: AcceptedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string-system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.String,System.Object)
|
|
name: AcceptedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string-system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.Object,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.Object,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string-system-object-system-object)
|
|
name: AcceptedAtAction(string, object, object)
|
|
nameWithType: ControllerBase.AcceptedAtAction(string, object, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(string, object, object)
|
|
nameWithType.vb: ControllerBase.AcceptedAtAction(String, Object, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(String, Object, Object)
|
|
name.vb: AcceptedAtAction(String, Object, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.Object,System.Object)
|
|
name: AcceptedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string-system-object-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.Object,System.Object)
|
|
name: AcceptedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string-system-object-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.String,System.Object,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.String,System.Object,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string-system-string-system-object-system-object)
|
|
name: AcceptedAtAction(string, string, object, object)
|
|
nameWithType: ControllerBase.AcceptedAtAction(string, string, object, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(string, string, object, object)
|
|
nameWithType.vb: ControllerBase.AcceptedAtAction(String, String, Object, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(String, String, Object, Object)
|
|
name.vb: AcceptedAtAction(String, String, Object, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.String,System.Object,System.Object)
|
|
name: AcceptedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string-system-string-system-object-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtAction(System.String,System.String,System.Object,System.Object)
|
|
name: AcceptedAtAction
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedataction#microsoft-aspnetcore-mvc-controllerbase-acceptedataction(system-string-system-string-system-object-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedatroute#microsoft-aspnetcore-mvc-controllerbase-acceptedatroute(system-object)
|
|
name: AcceptedAtRoute(object)
|
|
nameWithType: ControllerBase.AcceptedAtRoute(object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(object)
|
|
nameWithType.vb: ControllerBase.AcceptedAtRoute(Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(Object)
|
|
name.vb: AcceptedAtRoute(Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.Object)
|
|
name: AcceptedAtRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedatroute#microsoft-aspnetcore-mvc-controllerbase-acceptedatroute(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.Object)
|
|
name: AcceptedAtRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedatroute#microsoft-aspnetcore-mvc-controllerbase-acceptedatroute(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedatroute#microsoft-aspnetcore-mvc-controllerbase-acceptedatroute(system-string)
|
|
name: AcceptedAtRoute(string)
|
|
nameWithType: ControllerBase.AcceptedAtRoute(string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(string)
|
|
nameWithType.vb: ControllerBase.AcceptedAtRoute(String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(String)
|
|
name.vb: AcceptedAtRoute(String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.String)
|
|
name: AcceptedAtRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedatroute#microsoft-aspnetcore-mvc-controllerbase-acceptedatroute(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.String)
|
|
name: AcceptedAtRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedatroute#microsoft-aspnetcore-mvc-controllerbase-acceptedatroute(system-string)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.String,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.String,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedatroute#microsoft-aspnetcore-mvc-controllerbase-acceptedatroute(system-string-system-object)
|
|
name: AcceptedAtRoute(string, object)
|
|
nameWithType: ControllerBase.AcceptedAtRoute(string, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(string, object)
|
|
nameWithType.vb: ControllerBase.AcceptedAtRoute(String, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(String, Object)
|
|
name.vb: AcceptedAtRoute(String, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.String,System.Object)
|
|
name: AcceptedAtRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedatroute#microsoft-aspnetcore-mvc-controllerbase-acceptedatroute(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.String,System.Object)
|
|
name: AcceptedAtRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedatroute#microsoft-aspnetcore-mvc-controllerbase-acceptedatroute(system-string-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.Object,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.Object,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedatroute#microsoft-aspnetcore-mvc-controllerbase-acceptedatroute(system-object-system-object)
|
|
name: AcceptedAtRoute(object, object)
|
|
nameWithType: ControllerBase.AcceptedAtRoute(object, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(object, object)
|
|
nameWithType.vb: ControllerBase.AcceptedAtRoute(Object, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(Object, Object)
|
|
name.vb: AcceptedAtRoute(Object, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.Object,System.Object)
|
|
name: AcceptedAtRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedatroute#microsoft-aspnetcore-mvc-controllerbase-acceptedatroute(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.Object,System.Object)
|
|
name: AcceptedAtRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedatroute#microsoft-aspnetcore-mvc-controllerbase-acceptedatroute(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.String,System.Object,System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.String,System.Object,System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedatroute#microsoft-aspnetcore-mvc-controllerbase-acceptedatroute(system-string-system-object-system-object)
|
|
name: AcceptedAtRoute(string, object, object)
|
|
nameWithType: ControllerBase.AcceptedAtRoute(string, object, object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(string, object, object)
|
|
nameWithType.vb: ControllerBase.AcceptedAtRoute(String, Object, Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(String, Object, Object)
|
|
name.vb: AcceptedAtRoute(String, Object, Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.String,System.Object,System.Object)
|
|
name: AcceptedAtRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedatroute#microsoft-aspnetcore-mvc-controllerbase-acceptedatroute(system-string-system-object-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.AcceptedAtRoute(System.String,System.Object,System.Object)
|
|
name: AcceptedAtRoute
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.acceptedatroute#microsoft-aspnetcore-mvc-controllerbase-acceptedatroute(system-string-system-object-system-object)
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Challenge
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.challenge#microsoft-aspnetcore-mvc-controllerbase-challenge
|
|
name: Challenge()
|
|
nameWithType: ControllerBase.Challenge()
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge()
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge
|
|
name: Challenge
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.challenge#microsoft-aspnetcore-mvc-controllerbase-challenge
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge
|
|
name: Challenge
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.challenge#microsoft-aspnetcore-mvc-controllerbase-challenge
|
|
- name: (
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(System.String[])
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(System.String[])
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.challenge#microsoft-aspnetcore-mvc-controllerbase-challenge(system-string())
|
|
name: Challenge(params string[])
|
|
nameWithType: ControllerBase.Challenge(params string[])
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(params string[])
|
|
nameWithType.vb: ControllerBase.Challenge(ParamArray String())
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(ParamArray String())
|
|
name.vb: Challenge(ParamArray String())
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(System.String[])
|
|
name: Challenge
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.challenge#microsoft-aspnetcore-mvc-controllerbase-challenge(system-string())
|
|
- name: (
|
|
- name: params
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: '['
|
|
- name: ']'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(System.String[])
|
|
name: Challenge
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.challenge#microsoft-aspnetcore-mvc-controllerbase-challenge(system-string())
|
|
- name: (
|
|
- name: ParamArray
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.challenge#microsoft-aspnetcore-mvc-controllerbase-challenge(microsoft-aspnetcore-authentication-authenticationproperties)
|
|
name: Challenge(AuthenticationProperties)
|
|
nameWithType: ControllerBase.Challenge(AuthenticationProperties)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
name: Challenge
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.challenge#microsoft-aspnetcore-mvc-controllerbase-challenge(microsoft-aspnetcore-authentication-authenticationproperties)
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Authentication.AuthenticationProperties
|
|
name: AuthenticationProperties
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.authentication.authenticationproperties
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
name: Challenge
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.challenge#microsoft-aspnetcore-mvc-controllerbase-challenge(microsoft-aspnetcore-authentication-authenticationproperties)
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Authentication.AuthenticationProperties
|
|
name: AuthenticationProperties
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.authentication.authenticationproperties
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String[])
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String[])
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.challenge#microsoft-aspnetcore-mvc-controllerbase-challenge(microsoft-aspnetcore-authentication-authenticationproperties-system-string())
|
|
name: Challenge(AuthenticationProperties, params string[])
|
|
nameWithType: ControllerBase.Challenge(AuthenticationProperties, params string[])
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(Microsoft.AspNetCore.Authentication.AuthenticationProperties, params string[])
|
|
nameWithType.vb: ControllerBase.Challenge(AuthenticationProperties, ParamArray String())
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(Microsoft.AspNetCore.Authentication.AuthenticationProperties, ParamArray String())
|
|
name.vb: Challenge(AuthenticationProperties, ParamArray String())
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String[])
|
|
name: Challenge
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.challenge#microsoft-aspnetcore-mvc-controllerbase-challenge(microsoft-aspnetcore-authentication-authenticationproperties-system-string())
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Authentication.AuthenticationProperties
|
|
name: AuthenticationProperties
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.authentication.authenticationproperties
|
|
- name: ','
|
|
- name: " "
|
|
- name: params
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: '['
|
|
- name: ']'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Challenge(Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String[])
|
|
name: Challenge
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.challenge#microsoft-aspnetcore-mvc-controllerbase-challenge(microsoft-aspnetcore-authentication-authenticationproperties-system-string())
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Authentication.AuthenticationProperties
|
|
name: AuthenticationProperties
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.authentication.authenticationproperties
|
|
- name: ','
|
|
- name: " "
|
|
- name: ParamArray
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Forbid
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.forbid#microsoft-aspnetcore-mvc-controllerbase-forbid
|
|
name: Forbid()
|
|
nameWithType: ControllerBase.Forbid()
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid()
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid
|
|
name: Forbid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.forbid#microsoft-aspnetcore-mvc-controllerbase-forbid
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid
|
|
name: Forbid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.forbid#microsoft-aspnetcore-mvc-controllerbase-forbid
|
|
- name: (
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(System.String[])
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(System.String[])
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.forbid#microsoft-aspnetcore-mvc-controllerbase-forbid(system-string())
|
|
name: Forbid(params string[])
|
|
nameWithType: ControllerBase.Forbid(params string[])
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(params string[])
|
|
nameWithType.vb: ControllerBase.Forbid(ParamArray String())
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(ParamArray String())
|
|
name.vb: Forbid(ParamArray String())
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(System.String[])
|
|
name: Forbid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.forbid#microsoft-aspnetcore-mvc-controllerbase-forbid(system-string())
|
|
- name: (
|
|
- name: params
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: '['
|
|
- name: ']'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(System.String[])
|
|
name: Forbid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.forbid#microsoft-aspnetcore-mvc-controllerbase-forbid(system-string())
|
|
- name: (
|
|
- name: ParamArray
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.forbid#microsoft-aspnetcore-mvc-controllerbase-forbid(microsoft-aspnetcore-authentication-authenticationproperties)
|
|
name: Forbid(AuthenticationProperties)
|
|
nameWithType: ControllerBase.Forbid(AuthenticationProperties)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
name: Forbid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.forbid#microsoft-aspnetcore-mvc-controllerbase-forbid(microsoft-aspnetcore-authentication-authenticationproperties)
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Authentication.AuthenticationProperties
|
|
name: AuthenticationProperties
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.authentication.authenticationproperties
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
name: Forbid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.forbid#microsoft-aspnetcore-mvc-controllerbase-forbid(microsoft-aspnetcore-authentication-authenticationproperties)
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Authentication.AuthenticationProperties
|
|
name: AuthenticationProperties
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.authentication.authenticationproperties
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String[])
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String[])
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.forbid#microsoft-aspnetcore-mvc-controllerbase-forbid(microsoft-aspnetcore-authentication-authenticationproperties-system-string())
|
|
name: Forbid(AuthenticationProperties, params string[])
|
|
nameWithType: ControllerBase.Forbid(AuthenticationProperties, params string[])
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(Microsoft.AspNetCore.Authentication.AuthenticationProperties, params string[])
|
|
nameWithType.vb: ControllerBase.Forbid(AuthenticationProperties, ParamArray String())
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(Microsoft.AspNetCore.Authentication.AuthenticationProperties, ParamArray String())
|
|
name.vb: Forbid(AuthenticationProperties, ParamArray String())
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String[])
|
|
name: Forbid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.forbid#microsoft-aspnetcore-mvc-controllerbase-forbid(microsoft-aspnetcore-authentication-authenticationproperties-system-string())
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Authentication.AuthenticationProperties
|
|
name: AuthenticationProperties
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.authentication.authenticationproperties
|
|
- name: ','
|
|
- name: " "
|
|
- name: params
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: '['
|
|
- name: ']'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Forbid(Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String[])
|
|
name: Forbid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.forbid#microsoft-aspnetcore-mvc-controllerbase-forbid(microsoft-aspnetcore-authentication-authenticationproperties-system-string())
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Authentication.AuthenticationProperties
|
|
name: AuthenticationProperties
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.authentication.authenticationproperties
|
|
- name: ','
|
|
- name: " "
|
|
- name: ParamArray
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signin#microsoft-aspnetcore-mvc-controllerbase-signin(system-security-claims-claimsprincipal)
|
|
name: SignIn(ClaimsPrincipal)
|
|
nameWithType: ControllerBase.SignIn(ClaimsPrincipal)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal)
|
|
name: SignIn
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signin#microsoft-aspnetcore-mvc-controllerbase-signin(system-security-claims-claimsprincipal)
|
|
- name: (
|
|
- uid: System.Security.Claims.ClaimsPrincipal
|
|
name: ClaimsPrincipal
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.security.claims.claimsprincipal
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal)
|
|
name: SignIn
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signin#microsoft-aspnetcore-mvc-controllerbase-signin(system-security-claims-claimsprincipal)
|
|
- name: (
|
|
- uid: System.Security.Claims.ClaimsPrincipal
|
|
name: ClaimsPrincipal
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.security.claims.claimsprincipal
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signin#microsoft-aspnetcore-mvc-controllerbase-signin(system-security-claims-claimsprincipal-system-string)
|
|
name: SignIn(ClaimsPrincipal, string)
|
|
nameWithType: ControllerBase.SignIn(ClaimsPrincipal, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal, string)
|
|
nameWithType.vb: ControllerBase.SignIn(ClaimsPrincipal, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal, String)
|
|
name.vb: SignIn(ClaimsPrincipal, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal,System.String)
|
|
name: SignIn
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signin#microsoft-aspnetcore-mvc-controllerbase-signin(system-security-claims-claimsprincipal-system-string)
|
|
- name: (
|
|
- uid: System.Security.Claims.ClaimsPrincipal
|
|
name: ClaimsPrincipal
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.security.claims.claimsprincipal
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal,System.String)
|
|
name: SignIn
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signin#microsoft-aspnetcore-mvc-controllerbase-signin(system-security-claims-claimsprincipal-system-string)
|
|
- name: (
|
|
- uid: System.Security.Claims.ClaimsPrincipal
|
|
name: ClaimsPrincipal
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.security.claims.claimsprincipal
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signin#microsoft-aspnetcore-mvc-controllerbase-signin(system-security-claims-claimsprincipal-microsoft-aspnetcore-authentication-authenticationproperties)
|
|
name: SignIn(ClaimsPrincipal, AuthenticationProperties)
|
|
nameWithType: ControllerBase.SignIn(ClaimsPrincipal, AuthenticationProperties)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal, Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
name: SignIn
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signin#microsoft-aspnetcore-mvc-controllerbase-signin(system-security-claims-claimsprincipal-microsoft-aspnetcore-authentication-authenticationproperties)
|
|
- name: (
|
|
- uid: System.Security.Claims.ClaimsPrincipal
|
|
name: ClaimsPrincipal
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.security.claims.claimsprincipal
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Authentication.AuthenticationProperties
|
|
name: AuthenticationProperties
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.authentication.authenticationproperties
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
name: SignIn
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signin#microsoft-aspnetcore-mvc-controllerbase-signin(system-security-claims-claimsprincipal-microsoft-aspnetcore-authentication-authenticationproperties)
|
|
- name: (
|
|
- uid: System.Security.Claims.ClaimsPrincipal
|
|
name: ClaimsPrincipal
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.security.claims.claimsprincipal
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Authentication.AuthenticationProperties
|
|
name: AuthenticationProperties
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.authentication.authenticationproperties
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signin#microsoft-aspnetcore-mvc-controllerbase-signin(system-security-claims-claimsprincipal-microsoft-aspnetcore-authentication-authenticationproperties-system-string)
|
|
name: SignIn(ClaimsPrincipal, AuthenticationProperties, string)
|
|
nameWithType: ControllerBase.SignIn(ClaimsPrincipal, AuthenticationProperties, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal, Microsoft.AspNetCore.Authentication.AuthenticationProperties, string)
|
|
nameWithType.vb: ControllerBase.SignIn(ClaimsPrincipal, AuthenticationProperties, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal, Microsoft.AspNetCore.Authentication.AuthenticationProperties, String)
|
|
name.vb: SignIn(ClaimsPrincipal, AuthenticationProperties, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String)
|
|
name: SignIn
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signin#microsoft-aspnetcore-mvc-controllerbase-signin(system-security-claims-claimsprincipal-microsoft-aspnetcore-authentication-authenticationproperties-system-string)
|
|
- name: (
|
|
- uid: System.Security.Claims.ClaimsPrincipal
|
|
name: ClaimsPrincipal
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.security.claims.claimsprincipal
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Authentication.AuthenticationProperties
|
|
name: AuthenticationProperties
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.authentication.authenticationproperties
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignIn(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String)
|
|
name: SignIn
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signin#microsoft-aspnetcore-mvc-controllerbase-signin(system-security-claims-claimsprincipal-microsoft-aspnetcore-authentication-authenticationproperties-system-string)
|
|
- name: (
|
|
- uid: System.Security.Claims.ClaimsPrincipal
|
|
name: ClaimsPrincipal
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.security.claims.claimsprincipal
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Authentication.AuthenticationProperties
|
|
name: AuthenticationProperties
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.authentication.authenticationproperties
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.SignOut
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signout#microsoft-aspnetcore-mvc-controllerbase-signout
|
|
name: SignOut()
|
|
nameWithType: ControllerBase.SignOut()
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut()
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut
|
|
name: SignOut
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signout#microsoft-aspnetcore-mvc-controllerbase-signout
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut
|
|
name: SignOut
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signout#microsoft-aspnetcore-mvc-controllerbase-signout
|
|
- name: (
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signout#microsoft-aspnetcore-mvc-controllerbase-signout(microsoft-aspnetcore-authentication-authenticationproperties)
|
|
name: SignOut(AuthenticationProperties)
|
|
nameWithType: ControllerBase.SignOut(AuthenticationProperties)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
name: SignOut
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signout#microsoft-aspnetcore-mvc-controllerbase-signout(microsoft-aspnetcore-authentication-authenticationproperties)
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Authentication.AuthenticationProperties
|
|
name: AuthenticationProperties
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.authentication.authenticationproperties
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(Microsoft.AspNetCore.Authentication.AuthenticationProperties)
|
|
name: SignOut
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signout#microsoft-aspnetcore-mvc-controllerbase-signout(microsoft-aspnetcore-authentication-authenticationproperties)
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Authentication.AuthenticationProperties
|
|
name: AuthenticationProperties
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.authentication.authenticationproperties
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(System.String[])
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(System.String[])
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signout#microsoft-aspnetcore-mvc-controllerbase-signout(system-string())
|
|
name: SignOut(params string[])
|
|
nameWithType: ControllerBase.SignOut(params string[])
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(params string[])
|
|
nameWithType.vb: ControllerBase.SignOut(ParamArray String())
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(ParamArray String())
|
|
name.vb: SignOut(ParamArray String())
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(System.String[])
|
|
name: SignOut
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signout#microsoft-aspnetcore-mvc-controllerbase-signout(system-string())
|
|
- name: (
|
|
- name: params
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: '['
|
|
- name: ']'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(System.String[])
|
|
name: SignOut
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signout#microsoft-aspnetcore-mvc-controllerbase-signout(system-string())
|
|
- name: (
|
|
- name: ParamArray
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String[])
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String[])
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signout#microsoft-aspnetcore-mvc-controllerbase-signout(microsoft-aspnetcore-authentication-authenticationproperties-system-string())
|
|
name: SignOut(AuthenticationProperties, params string[])
|
|
nameWithType: ControllerBase.SignOut(AuthenticationProperties, params string[])
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(Microsoft.AspNetCore.Authentication.AuthenticationProperties, params string[])
|
|
nameWithType.vb: ControllerBase.SignOut(AuthenticationProperties, ParamArray String())
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(Microsoft.AspNetCore.Authentication.AuthenticationProperties, ParamArray String())
|
|
name.vb: SignOut(AuthenticationProperties, ParamArray String())
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String[])
|
|
name: SignOut
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signout#microsoft-aspnetcore-mvc-controllerbase-signout(microsoft-aspnetcore-authentication-authenticationproperties-system-string())
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Authentication.AuthenticationProperties
|
|
name: AuthenticationProperties
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.authentication.authenticationproperties
|
|
- name: ','
|
|
- name: " "
|
|
- name: params
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: '['
|
|
- name: ']'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.SignOut(Microsoft.AspNetCore.Authentication.AuthenticationProperties,System.String[])
|
|
name: SignOut
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.signout#microsoft-aspnetcore-mvc-controllerbase-signout(microsoft-aspnetcore-authentication-authenticationproperties-system-string())
|
|
- name: (
|
|
- uid: Microsoft.AspNetCore.Authentication.AuthenticationProperties
|
|
name: AuthenticationProperties
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.authentication.authenticationproperties
|
|
- name: ','
|
|
- name: " "
|
|
- name: ParamArray
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1({TModel})
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
definition: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0)
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0)
|
|
name: TryUpdateModelAsync<TModel>(TModel)
|
|
nameWithType: ControllerBase.TryUpdateModelAsync<TModel>(TModel)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel)
|
|
nameWithType.vb: ControllerBase.TryUpdateModelAsync(Of TModel)(TModel)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(Of TModel)(TModel)
|
|
name.vb: TryUpdateModelAsync(Of TModel)(TModel)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0)
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0)
|
|
- name: <
|
|
- name: TModel
|
|
- name: '>'
|
|
- name: (
|
|
- name: TModel
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0)
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0)
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: )
|
|
- name: (
|
|
- name: TModel
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1({TModel},System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
definition: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String)
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string)
|
|
name: TryUpdateModelAsync<TModel>(TModel, string)
|
|
nameWithType: ControllerBase.TryUpdateModelAsync<TModel>(TModel, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string)
|
|
nameWithType.vb: ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String)
|
|
name.vb: TryUpdateModelAsync(Of TModel)(TModel, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String)
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string)
|
|
- name: <
|
|
- name: TModel
|
|
- name: '>'
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String)
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string)
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: )
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1({TModel},System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
definition: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider)
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider)
|
|
name: TryUpdateModelAsync<TModel>(TModel, string, IValueProvider)
|
|
nameWithType: ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, IValueProvider)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider)
|
|
nameWithType.vb: ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, IValueProvider)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider)
|
|
name.vb: TryUpdateModelAsync(Of TModel)(TModel, String, IValueProvider)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider)
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider)
|
|
- name: <
|
|
- name: TModel
|
|
- name: '>'
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
|
|
name: IValueProvider
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.ivalueprovider
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider)
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider)
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: )
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
|
|
name: IValueProvider
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.ivalueprovider
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1({TModel},System.String,System.Linq.Expressions.Expression{System.Func{{TModel},System.Object}}[])
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
definition: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-system-linq-expressions-expression((system-func((-0-system-object))))())
|
|
name: TryUpdateModelAsync<TModel>(TModel, string, params Expression<Func<TModel, object>>[])
|
|
nameWithType: ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, params Expression<Func<TModel, object>>[])
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, params System.Linq.Expressions.Expression<System.Func<TModel, object>>[])
|
|
nameWithType.vb: ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, ParamArray Expression(Of Func(Of TModel, Object))())
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, ParamArray System.Linq.Expressions.Expression(Of System.Func(Of TModel, Object))())
|
|
name.vb: TryUpdateModelAsync(Of TModel)(TModel, String, ParamArray Expression(Of Func(Of TModel, Object))())
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-system-linq-expressions-expression((system-func((-0-system-object))))())
|
|
- name: <
|
|
- name: TModel
|
|
- name: '>'
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- name: params
|
|
- name: " "
|
|
- uid: System.Linq.Expressions.Expression`1
|
|
name: Expression
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.linq.expressions.expression-1
|
|
- name: <
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: '>'
|
|
- name: '>'
|
|
- name: '['
|
|
- name: ']'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-system-linq-expressions-expression((system-func((-0-system-object))))())
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: )
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- name: ParamArray
|
|
- name: " "
|
|
- uid: System.Linq.Expressions.Expression`1
|
|
name: Expression
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.linq.expressions.expression-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- name: )
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1({TModel},System.String,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
definition: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-system-func((microsoft-aspnetcore-mvc-modelbinding-modelmetadata-system-boolean)))
|
|
name: TryUpdateModelAsync<TModel>(TModel, string, Func<ModelMetadata, bool>)
|
|
nameWithType: ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, Func<ModelMetadata, bool>)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, System.Func<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata, bool>)
|
|
nameWithType.vb: ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, Func(Of ModelMetadata, Boolean))
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, System.Func(Of Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata, Boolean))
|
|
name.vb: TryUpdateModelAsync(Of TModel)(TModel, String, Func(Of ModelMetadata, Boolean))
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-system-func((microsoft-aspnetcore-mvc-modelbinding-modelmetadata-system-boolean)))
|
|
- name: <
|
|
- name: TModel
|
|
- name: '>'
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata
|
|
name: ModelMetadata
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelmetadata
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-system-func((microsoft-aspnetcore-mvc-modelbinding-modelmetadata-system-boolean)))
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: )
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata
|
|
name: ModelMetadata
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelmetadata
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1({TModel},System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Linq.Expressions.Expression{System.Func{{TModel},System.Object}}[])
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
definition: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider-system-linq-expressions-expression((system-func((-0-system-object))))())
|
|
name: TryUpdateModelAsync<TModel>(TModel, string, IValueProvider, params Expression<Func<TModel, object>>[])
|
|
nameWithType: ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, IValueProvider, params Expression<Func<TModel, object>>[])
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider, params System.Linq.Expressions.Expression<System.Func<TModel, object>>[])
|
|
nameWithType.vb: ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, IValueProvider, ParamArray Expression(Of Func(Of TModel, Object))())
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider, ParamArray System.Linq.Expressions.Expression(Of System.Func(Of TModel, Object))())
|
|
name.vb: TryUpdateModelAsync(Of TModel)(TModel, String, IValueProvider, ParamArray Expression(Of Func(Of TModel, Object))())
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider-system-linq-expressions-expression((system-func((-0-system-object))))())
|
|
- name: <
|
|
- name: TModel
|
|
- name: '>'
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
|
|
name: IValueProvider
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.ivalueprovider
|
|
- name: ','
|
|
- name: " "
|
|
- name: params
|
|
- name: " "
|
|
- uid: System.Linq.Expressions.Expression`1
|
|
name: Expression
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.linq.expressions.expression-1
|
|
- name: <
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: '>'
|
|
- name: '>'
|
|
- name: '['
|
|
- name: ']'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider-system-linq-expressions-expression((system-func((-0-system-object))))())
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: )
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
|
|
name: IValueProvider
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.ivalueprovider
|
|
- name: ','
|
|
- name: " "
|
|
- name: ParamArray
|
|
- name: " "
|
|
- uid: System.Linq.Expressions.Expression`1
|
|
name: Expression
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.linq.expressions.expression-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- name: )
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1({TModel},System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
definition: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider-system-func((microsoft-aspnetcore-mvc-modelbinding-modelmetadata-system-boolean)))
|
|
name: TryUpdateModelAsync<TModel>(TModel, string, IValueProvider, Func<ModelMetadata, bool>)
|
|
nameWithType: ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, IValueProvider, Func<ModelMetadata, bool>)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider, System.Func<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata, bool>)
|
|
nameWithType.vb: ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, IValueProvider, Func(Of ModelMetadata, Boolean))
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider, System.Func(Of Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata, Boolean))
|
|
name.vb: TryUpdateModelAsync(Of TModel)(TModel, String, IValueProvider, Func(Of ModelMetadata, Boolean))
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider-system-func((microsoft-aspnetcore-mvc-modelbinding-modelmetadata-system-boolean)))
|
|
- name: <
|
|
- name: TModel
|
|
- name: '>'
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
|
|
name: IValueProvider
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.ivalueprovider
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata
|
|
name: ModelMetadata
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelmetadata
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider-system-func((microsoft-aspnetcore-mvc-modelbinding-modelmetadata-system-boolean)))
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: )
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
|
|
name: IValueProvider
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.ivalueprovider
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata
|
|
name: ModelMetadata
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelmetadata
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(System.Object,System.Type,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(System.Object,System.Type,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync(system-object-system-type-system-string)
|
|
name: TryUpdateModelAsync(object, Type, string)
|
|
nameWithType: ControllerBase.TryUpdateModelAsync(object, Type, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(object, System.Type, string)
|
|
nameWithType.vb: ControllerBase.TryUpdateModelAsync(Object, Type, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(Object, System.Type, String)
|
|
name.vb: TryUpdateModelAsync(Object, Type, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(System.Object,System.Type,System.String)
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync(system-object-system-type-system-string)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(System.Object,System.Type,System.String)
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync(system-object-system-type-system-string)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(System.Object,System.Type,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(System.Object,System.Type,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync(system-object-system-type-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider-system-func((microsoft-aspnetcore-mvc-modelbinding-modelmetadata-system-boolean)))
|
|
name: TryUpdateModelAsync(object, Type, string, IValueProvider, Func<ModelMetadata, bool>)
|
|
nameWithType: ControllerBase.TryUpdateModelAsync(object, Type, string, IValueProvider, Func<ModelMetadata, bool>)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(object, System.Type, string, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider, System.Func<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata, bool>)
|
|
nameWithType.vb: ControllerBase.TryUpdateModelAsync(Object, Type, String, IValueProvider, Func(Of ModelMetadata, Boolean))
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(Object, System.Type, String, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider, System.Func(Of Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata, Boolean))
|
|
name.vb: TryUpdateModelAsync(Object, Type, String, IValueProvider, Func(Of ModelMetadata, Boolean))
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(System.Object,System.Type,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync(system-object-system-type-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider-system-func((microsoft-aspnetcore-mvc-modelbinding-modelmetadata-system-boolean)))
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
|
|
name: IValueProvider
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.ivalueprovider
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata
|
|
name: ModelMetadata
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelmetadata
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(System.Object,System.Type,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync(system-object-system-type-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider-system-func((microsoft-aspnetcore-mvc-modelbinding-modelmetadata-system-boolean)))
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
|
|
name: IValueProvider
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.ivalueprovider
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata
|
|
name: ModelMetadata
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelmetadata
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryValidateModel(System.Object)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryValidateModel(System.Object)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryvalidatemodel#microsoft-aspnetcore-mvc-controllerbase-tryvalidatemodel(system-object)
|
|
name: TryValidateModel(object)
|
|
nameWithType: ControllerBase.TryValidateModel(object)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryValidateModel(object)
|
|
nameWithType.vb: ControllerBase.TryValidateModel(Object)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryValidateModel(Object)
|
|
name.vb: TryValidateModel(Object)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryValidateModel(System.Object)
|
|
name: TryValidateModel
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryvalidatemodel#microsoft-aspnetcore-mvc-controllerbase-tryvalidatemodel(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryValidateModel(System.Object)
|
|
name: TryValidateModel
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryvalidatemodel#microsoft-aspnetcore-mvc-controllerbase-tryvalidatemodel(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryValidateModel(System.Object,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryValidateModel(System.Object,System.String)
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryvalidatemodel#microsoft-aspnetcore-mvc-controllerbase-tryvalidatemodel(system-object-system-string)
|
|
name: TryValidateModel(object, string)
|
|
nameWithType: ControllerBase.TryValidateModel(object, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryValidateModel(object, string)
|
|
nameWithType.vb: ControllerBase.TryValidateModel(Object, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryValidateModel(Object, String)
|
|
name.vb: TryValidateModel(Object, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryValidateModel(System.Object,System.String)
|
|
name: TryValidateModel
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryvalidatemodel#microsoft-aspnetcore-mvc-controllerbase-tryvalidatemodel(system-object-system-string)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryValidateModel(System.Object,System.String)
|
|
name: TryValidateModel
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryvalidatemodel#microsoft-aspnetcore-mvc-controllerbase-tryvalidatemodel(system-object-system-string)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.HttpContext
|
|
commentId: P:Microsoft.AspNetCore.Mvc.ControllerBase.HttpContext
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.httpcontext
|
|
name: HttpContext
|
|
nameWithType: ControllerBase.HttpContext
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.HttpContext
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Request
|
|
commentId: P:Microsoft.AspNetCore.Mvc.ControllerBase.Request
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.request
|
|
name: Request
|
|
nameWithType: ControllerBase.Request
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Request
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Response
|
|
commentId: P:Microsoft.AspNetCore.Mvc.ControllerBase.Response
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.response
|
|
name: Response
|
|
nameWithType: ControllerBase.Response
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Response
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.RouteData
|
|
commentId: P:Microsoft.AspNetCore.Mvc.ControllerBase.RouteData
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.routedata
|
|
name: RouteData
|
|
nameWithType: ControllerBase.RouteData
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.RouteData
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.ModelState
|
|
commentId: P:Microsoft.AspNetCore.Mvc.ControllerBase.ModelState
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.modelstate
|
|
name: ModelState
|
|
nameWithType: ControllerBase.ModelState
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.ModelState
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.ControllerContext
|
|
commentId: P:Microsoft.AspNetCore.Mvc.ControllerBase.ControllerContext
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.controllercontext
|
|
name: ControllerContext
|
|
nameWithType: ControllerBase.ControllerContext
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.ControllerContext
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.MetadataProvider
|
|
commentId: P:Microsoft.AspNetCore.Mvc.ControllerBase.MetadataProvider
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.metadataprovider
|
|
name: MetadataProvider
|
|
nameWithType: ControllerBase.MetadataProvider
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.MetadataProvider
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.ModelBinderFactory
|
|
commentId: P:Microsoft.AspNetCore.Mvc.ControllerBase.ModelBinderFactory
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.modelbinderfactory
|
|
name: ModelBinderFactory
|
|
nameWithType: ControllerBase.ModelBinderFactory
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.ModelBinderFactory
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Url
|
|
commentId: P:Microsoft.AspNetCore.Mvc.ControllerBase.Url
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.url
|
|
name: Url
|
|
nameWithType: ControllerBase.Url
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Url
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.ObjectValidator
|
|
commentId: P:Microsoft.AspNetCore.Mvc.ControllerBase.ObjectValidator
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.objectvalidator
|
|
name: ObjectValidator
|
|
nameWithType: ControllerBase.ObjectValidator
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.ObjectValidator
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.ProblemDetailsFactory
|
|
commentId: P:Microsoft.AspNetCore.Mvc.ControllerBase.ProblemDetailsFactory
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.problemdetailsfactory
|
|
name: ProblemDetailsFactory
|
|
nameWithType: ControllerBase.ProblemDetailsFactory
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.ProblemDetailsFactory
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.User
|
|
commentId: P:Microsoft.AspNetCore.Mvc.ControllerBase.User
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.user
|
|
name: User
|
|
nameWithType: ControllerBase.User
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.User
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.Empty
|
|
commentId: P:Microsoft.AspNetCore.Mvc.ControllerBase.Empty
|
|
parent: Microsoft.AspNetCore.Mvc.ControllerBase
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.empty
|
|
name: Empty
|
|
nameWithType: ControllerBase.Empty
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.Empty
|
|
- uid: System.Object.Equals(System.Object)
|
|
commentId: M:System.Object.Equals(System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
name: Equals(object)
|
|
nameWithType: object.Equals(object)
|
|
fullName: object.Equals(object)
|
|
nameWithType.vb: Object.Equals(Object)
|
|
fullName.vb: Object.Equals(Object)
|
|
name.vb: Equals(Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
name: Equals(object, object)
|
|
nameWithType: object.Equals(object, object)
|
|
fullName: object.Equals(object, object)
|
|
nameWithType.vb: Object.Equals(Object, Object)
|
|
fullName.vb: Object.Equals(Object, Object)
|
|
name.vb: Equals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.GetHashCode
|
|
commentId: M:System.Object.GetHashCode
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
name: GetHashCode()
|
|
nameWithType: object.GetHashCode()
|
|
fullName: object.GetHashCode()
|
|
nameWithType.vb: Object.GetHashCode()
|
|
fullName.vb: Object.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.GetType
|
|
commentId: M:System.Object.GetType
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
name: GetType()
|
|
nameWithType: object.GetType()
|
|
fullName: object.GetType()
|
|
nameWithType.vb: Object.GetType()
|
|
fullName.vb: Object.GetType()
|
|
spec.csharp:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.MemberwiseClone
|
|
commentId: M:System.Object.MemberwiseClone
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
name: MemberwiseClone()
|
|
nameWithType: object.MemberwiseClone()
|
|
fullName: object.MemberwiseClone()
|
|
nameWithType.vb: Object.MemberwiseClone()
|
|
fullName.vb: Object.MemberwiseClone()
|
|
spec.csharp:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
name: ReferenceEquals(object, object)
|
|
nameWithType: object.ReferenceEquals(object, object)
|
|
fullName: object.ReferenceEquals(object, object)
|
|
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
|
fullName.vb: Object.ReferenceEquals(Object, Object)
|
|
name.vb: ReferenceEquals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.ToString
|
|
commentId: M:System.Object.ToString
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
name: ToString()
|
|
nameWithType: object.ToString()
|
|
fullName: object.ToString()
|
|
nameWithType.vb: Object.ToString()
|
|
fullName.vb: Object.ToString()
|
|
spec.csharp:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
parent: adas_core.Domain.Utils.NumberUtils
|
|
definition: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
name: IsNumber(object)
|
|
nameWithType: NumberUtils.IsNumber(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
|
|
nameWithType.vb: NumberUtils.IsNumber(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
|
|
name.vb: IsNumber(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
parent: adas_core.Domain.Utils.NumberUtils
|
|
definition: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
name: ToDouble(object)
|
|
nameWithType: NumberUtils.ToDouble(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
|
|
nameWithType.vb: NumberUtils.ToDouble(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
|
|
name.vb: ToDouble(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
|
|
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
parent: adas_core.Domain.Utils.ObjectUtils
|
|
definition: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
name: ToStr(object)
|
|
nameWithType: ObjectUtils.ToStr(object)
|
|
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
|
|
nameWithType.vb: ObjectUtils.ToStr(Object)
|
|
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
|
|
name.vb: ToStr(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: Microsoft.AspNetCore.Mvc
|
|
commentId: N:Microsoft.AspNetCore.Mvc
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft
|
|
name: Microsoft.AspNetCore.Mvc
|
|
nameWithType: Microsoft.AspNetCore.Mvc
|
|
fullName: Microsoft.AspNetCore.Mvc
|
|
spec.csharp:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft
|
|
- name: .
|
|
- uid: Microsoft.AspNetCore
|
|
name: AspNetCore
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore
|
|
- name: .
|
|
- uid: Microsoft.AspNetCore.Mvc
|
|
name: Mvc
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc
|
|
spec.vb:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft
|
|
- name: .
|
|
- uid: Microsoft.AspNetCore
|
|
name: AspNetCore
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore
|
|
- name: .
|
|
- uid: Microsoft.AspNetCore.Mvc
|
|
name: Mvc
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0)
|
|
name: TryUpdateModelAsync<TModel>(TModel)
|
|
nameWithType: ControllerBase.TryUpdateModelAsync<TModel>(TModel)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel)
|
|
nameWithType.vb: ControllerBase.TryUpdateModelAsync(Of TModel)(TModel)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(Of TModel)(TModel)
|
|
name.vb: TryUpdateModelAsync(Of TModel)(TModel)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0)
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0)
|
|
- name: <
|
|
- name: TModel
|
|
- name: '>'
|
|
- name: (
|
|
- name: TModel
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0)
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0)
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: )
|
|
- name: (
|
|
- name: TModel
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string)
|
|
name: TryUpdateModelAsync<TModel>(TModel, string)
|
|
nameWithType: ControllerBase.TryUpdateModelAsync<TModel>(TModel, string)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string)
|
|
nameWithType.vb: ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String)
|
|
name.vb: TryUpdateModelAsync(Of TModel)(TModel, String)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String)
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string)
|
|
- name: <
|
|
- name: TModel
|
|
- name: '>'
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String)
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string)
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: )
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider)
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider)
|
|
name: TryUpdateModelAsync<TModel>(TModel, string, IValueProvider)
|
|
nameWithType: ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, IValueProvider)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider)
|
|
nameWithType.vb: ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, IValueProvider)
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider)
|
|
name.vb: TryUpdateModelAsync(Of TModel)(TModel, String, IValueProvider)
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider)
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider)
|
|
- name: <
|
|
- name: TModel
|
|
- name: '>'
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
|
|
name: IValueProvider
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.ivalueprovider
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider)
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider)
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: )
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
|
|
name: IValueProvider
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.ivalueprovider
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-system-linq-expressions-expression((system-func((-0-system-object))))())
|
|
name: TryUpdateModelAsync<TModel>(TModel, string, params Expression<Func<TModel, object>>[])
|
|
nameWithType: ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, params Expression<Func<TModel, object>>[])
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, params System.Linq.Expressions.Expression<System.Func<TModel, object>>[])
|
|
nameWithType.vb: ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, ParamArray Expression(Of Func(Of TModel, Object))())
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, ParamArray System.Linq.Expressions.Expression(Of System.Func(Of TModel, Object))())
|
|
name.vb: TryUpdateModelAsync(Of TModel)(TModel, String, ParamArray Expression(Of Func(Of TModel, Object))())
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-system-linq-expressions-expression((system-func((-0-system-object))))())
|
|
- name: <
|
|
- name: TModel
|
|
- name: '>'
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- name: params
|
|
- name: " "
|
|
- uid: System.Linq.Expressions.Expression`1
|
|
name: Expression
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.linq.expressions.expression-1
|
|
- name: <
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: '>'
|
|
- name: '>'
|
|
- name: '['
|
|
- name: ']'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-system-linq-expressions-expression((system-func((-0-system-object))))())
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: )
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- name: ParamArray
|
|
- name: " "
|
|
- uid: System.Linq.Expressions.Expression`1
|
|
name: Expression
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.linq.expressions.expression-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- name: )
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-system-func((microsoft-aspnetcore-mvc-modelbinding-modelmetadata-system-boolean)))
|
|
name: TryUpdateModelAsync<TModel>(TModel, string, Func<ModelMetadata, bool>)
|
|
nameWithType: ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, Func<ModelMetadata, bool>)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, System.Func<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata, bool>)
|
|
nameWithType.vb: ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, Func(Of ModelMetadata, Boolean))
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, System.Func(Of Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata, Boolean))
|
|
name.vb: TryUpdateModelAsync(Of TModel)(TModel, String, Func(Of ModelMetadata, Boolean))
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-system-func((microsoft-aspnetcore-mvc-modelbinding-modelmetadata-system-boolean)))
|
|
- name: <
|
|
- name: TModel
|
|
- name: '>'
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata
|
|
name: ModelMetadata
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelmetadata
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-system-func((microsoft-aspnetcore-mvc-modelbinding-modelmetadata-system-boolean)))
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: )
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata
|
|
name: ModelMetadata
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelmetadata
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider-system-linq-expressions-expression((system-func((-0-system-object))))())
|
|
name: TryUpdateModelAsync<TModel>(TModel, string, IValueProvider, params Expression<Func<TModel, object>>[])
|
|
nameWithType: ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, IValueProvider, params Expression<Func<TModel, object>>[])
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider, params System.Linq.Expressions.Expression<System.Func<TModel, object>>[])
|
|
nameWithType.vb: ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, IValueProvider, ParamArray Expression(Of Func(Of TModel, Object))())
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider, ParamArray System.Linq.Expressions.Expression(Of System.Func(Of TModel, Object))())
|
|
name.vb: TryUpdateModelAsync(Of TModel)(TModel, String, IValueProvider, ParamArray Expression(Of Func(Of TModel, Object))())
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider-system-linq-expressions-expression((system-func((-0-system-object))))())
|
|
- name: <
|
|
- name: TModel
|
|
- name: '>'
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
|
|
name: IValueProvider
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.ivalueprovider
|
|
- name: ','
|
|
- name: " "
|
|
- name: params
|
|
- name: " "
|
|
- uid: System.Linq.Expressions.Expression`1
|
|
name: Expression
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.linq.expressions.expression-1
|
|
- name: <
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: '>'
|
|
- name: '>'
|
|
- name: '['
|
|
- name: ']'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Linq.Expressions.Expression{System.Func{``0,System.Object}}[])
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider-system-linq-expressions-expression((system-func((-0-system-object))))())
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: )
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
|
|
name: IValueProvider
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.ivalueprovider
|
|
- name: ','
|
|
- name: " "
|
|
- name: ParamArray
|
|
- name: " "
|
|
- uid: System.Linq.Expressions.Expression`1
|
|
name: Expression
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.linq.expressions.expression-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- name: )
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
commentId: M:Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider-system-func((microsoft-aspnetcore-mvc-modelbinding-modelmetadata-system-boolean)))
|
|
name: TryUpdateModelAsync<TModel>(TModel, string, IValueProvider, Func<ModelMetadata, bool>)
|
|
nameWithType: ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, IValueProvider, Func<ModelMetadata, bool>)
|
|
fullName: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider, System.Func<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata, bool>)
|
|
nameWithType.vb: ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, IValueProvider, Func(Of ModelMetadata, Boolean))
|
|
fullName.vb: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync(Of TModel)(TModel, String, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider, System.Func(Of Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata, Boolean))
|
|
name.vb: TryUpdateModelAsync(Of TModel)(TModel, String, IValueProvider, Func(Of ModelMetadata, Boolean))
|
|
spec.csharp:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider-system-func((microsoft-aspnetcore-mvc-modelbinding-modelmetadata-system-boolean)))
|
|
- name: <
|
|
- name: TModel
|
|
- name: '>'
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
|
|
name: IValueProvider
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.ivalueprovider
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata
|
|
name: ModelMetadata
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelmetadata
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: Microsoft.AspNetCore.Mvc.ControllerBase.TryUpdateModelAsync``1(``0,System.String,Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider,System.Func{Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata,System.Boolean})
|
|
name: TryUpdateModelAsync
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.controllerbase.tryupdatemodelasync#microsoft-aspnetcore-mvc-controllerbase-tryupdatemodelasync-1(-0-system-string-microsoft-aspnetcore-mvc-modelbinding-ivalueprovider-system-func((microsoft-aspnetcore-mvc-modelbinding-modelmetadata-system-boolean)))
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TModel
|
|
- name: )
|
|
- name: (
|
|
- name: TModel
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
|
|
name: IValueProvider
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.ivalueprovider
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata
|
|
name: ModelMetadata
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.modelbinding.modelmetadata
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
name: IsNumber(object)
|
|
nameWithType: NumberUtils.IsNumber(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
|
|
nameWithType.vb: NumberUtils.IsNumber(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
|
|
name.vb: IsNumber(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.NumberUtils
|
|
commentId: T:adas_core.Domain.Utils.NumberUtils
|
|
parent: adas_core.Domain.Utils
|
|
href: adas_core.Domain.Utils.NumberUtils.html
|
|
name: NumberUtils
|
|
nameWithType: NumberUtils
|
|
fullName: adas_core.Domain.Utils.NumberUtils
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
name: ToDouble(object)
|
|
nameWithType: NumberUtils.ToDouble(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
|
|
nameWithType.vb: NumberUtils.ToDouble(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
|
|
name.vb: ToDouble(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
name: ToStr(object)
|
|
nameWithType: ObjectUtils.ToStr(object)
|
|
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
|
|
nameWithType.vb: ObjectUtils.ToStr(Object)
|
|
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
|
|
name.vb: ToStr(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.ObjectUtils
|
|
commentId: T:adas_core.Domain.Utils.ObjectUtils
|
|
parent: adas_core.Domain.Utils
|
|
href: adas_core.Domain.Utils.ObjectUtils.html
|
|
name: ObjectUtils
|
|
nameWithType: ObjectUtils
|
|
fullName: adas_core.Domain.Utils.ObjectUtils
|
|
- uid: adas_core.Domain.Utils
|
|
commentId: N:adas_core.Domain.Utils
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Utils
|
|
nameWithType: adas_core.Domain.Utils
|
|
fullName: adas_core.Domain.Utils
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Utils
|
|
name: Utils
|
|
href: adas_core.Domain.Utils.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Utils
|
|
name: Utils
|
|
href: adas_core.Domain.Utils.html
|
|
- uid: adas_core.Controllers.ConfigDisplayController.#ctor*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.#ctor
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController__ctor_adas_core_Application_Services_Interfaces_IDisplayConfigService_
|
|
name: ConfigDisplayController
|
|
nameWithType: ConfigDisplayController.ConfigDisplayController
|
|
fullName: adas_core.Controllers.ConfigDisplayController.ConfigDisplayController
|
|
nameWithType.vb: ConfigDisplayController.New
|
|
fullName.vb: adas_core.Controllers.ConfigDisplayController.New
|
|
name.vb: New
|
|
- uid: adas_core.Application.Services.Interfaces.IDisplayConfigService
|
|
commentId: T:adas_core.Application.Services.Interfaces.IDisplayConfigService
|
|
parent: adas_core.Application.Services.Interfaces
|
|
href: adas_core.Application.Services.Interfaces.IDisplayConfigService.html
|
|
name: IDisplayConfigService
|
|
nameWithType: IDisplayConfigService
|
|
fullName: adas_core.Application.Services.Interfaces.IDisplayConfigService
|
|
- uid: adas_core.Application.Services.Interfaces
|
|
commentId: N:adas_core.Application.Services.Interfaces
|
|
href: adas_core.html
|
|
name: adas_core.Application.Services.Interfaces
|
|
nameWithType: adas_core.Application.Services.Interfaces
|
|
fullName: adas_core.Application.Services.Interfaces
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Application
|
|
name: Application
|
|
href: adas_core.Application.html
|
|
- name: .
|
|
- uid: adas_core.Application.Services
|
|
name: Services
|
|
href: adas_core.Application.Services.html
|
|
- name: .
|
|
- uid: adas_core.Application.Services.Interfaces
|
|
name: Interfaces
|
|
href: adas_core.Application.Services.Interfaces.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Application
|
|
name: Application
|
|
href: adas_core.Application.html
|
|
- name: .
|
|
- uid: adas_core.Application.Services
|
|
name: Services
|
|
href: adas_core.Application.Services.html
|
|
- name: .
|
|
- uid: adas_core.Application.Services.Interfaces
|
|
name: Interfaces
|
|
href: adas_core.Application.Services.Interfaces.html
|
|
- uid: adas_core.Controllers.ConfigDisplayController.List*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.List
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_List
|
|
name: List
|
|
nameWithType: ConfigDisplayController.List
|
|
fullName: adas_core.Controllers.ConfigDisplayController.List
|
|
- uid: System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
commentId: T:System.Threading.Tasks.Task{Microsoft.AspNetCore.Mvc.IActionResult}
|
|
parent: System.Threading.Tasks
|
|
definition: System.Threading.Tasks.Task`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
name: Task<IActionResult>
|
|
nameWithType: Task<IActionResult>
|
|
fullName: System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
|
|
nameWithType.vb: Task(Of IActionResult)
|
|
fullName.vb: System.Threading.Tasks.Task(Of Microsoft.AspNetCore.Mvc.IActionResult)
|
|
name.vb: Task(Of IActionResult)
|
|
spec.csharp:
|
|
- uid: System.Threading.Tasks.Task`1
|
|
name: Task
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
- name: <
|
|
- uid: Microsoft.AspNetCore.Mvc.IActionResult
|
|
name: IActionResult
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.iactionresult
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Threading.Tasks.Task`1
|
|
name: Task
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.AspNetCore.Mvc.IActionResult
|
|
name: IActionResult
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.iactionresult
|
|
- name: )
|
|
- uid: System.Threading.Tasks.Task`1
|
|
commentId: T:System.Threading.Tasks.Task`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
name: Task<TResult>
|
|
nameWithType: Task<TResult>
|
|
fullName: System.Threading.Tasks.Task<TResult>
|
|
nameWithType.vb: Task(Of TResult)
|
|
fullName.vb: System.Threading.Tasks.Task(Of TResult)
|
|
name.vb: Task(Of TResult)
|
|
spec.csharp:
|
|
- uid: System.Threading.Tasks.Task`1
|
|
name: Task
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
- name: <
|
|
- name: TResult
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Threading.Tasks.Task`1
|
|
name: Task
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TResult
|
|
- name: )
|
|
- uid: System.Threading.Tasks
|
|
commentId: N:System.Threading.Tasks
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System.Threading.Tasks
|
|
nameWithType: System.Threading.Tasks
|
|
fullName: System.Threading.Tasks
|
|
spec.csharp:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Threading
|
|
name: Threading
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading
|
|
- name: .
|
|
- uid: System.Threading.Tasks
|
|
name: Tasks
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks
|
|
spec.vb:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Threading
|
|
name: Threading
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading
|
|
- name: .
|
|
- uid: System.Threading.Tasks
|
|
name: Tasks
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks
|
|
- uid: adas_core.Controllers.ConfigDisplayController.ListCompactPaginated*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.ListCompactPaginated
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_ListCompactPaginated_adas_core_Domain_Models_Filter_PaginationFilter_
|
|
name: ListCompactPaginated
|
|
nameWithType: ConfigDisplayController.ListCompactPaginated
|
|
fullName: adas_core.Controllers.ConfigDisplayController.ListCompactPaginated
|
|
- uid: adas_core.Domain.Models.Filter.PaginationFilter
|
|
commentId: T:adas_core.Domain.Models.Filter.PaginationFilter
|
|
parent: adas_core.Domain.Models.Filter
|
|
href: adas_core.Domain.Models.Filter.PaginationFilter.html
|
|
name: PaginationFilter
|
|
nameWithType: PaginationFilter
|
|
fullName: adas_core.Domain.Models.Filter.PaginationFilter
|
|
- uid: adas_core.Domain.Models.Filter
|
|
commentId: N:adas_core.Domain.Models.Filter
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Models.Filter
|
|
nameWithType: adas_core.Domain.Models.Filter
|
|
fullName: adas_core.Domain.Models.Filter
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models
|
|
name: Models
|
|
href: adas_core.Domain.Models.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.Filter
|
|
name: Filter
|
|
href: adas_core.Domain.Models.Filter.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models
|
|
name: Models
|
|
href: adas_core.Domain.Models.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.Filter
|
|
name: Filter
|
|
href: adas_core.Domain.Models.Filter.html
|
|
- uid: adas_core.Controllers.ConfigDisplayController.ListCompact*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.ListCompact
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_ListCompact
|
|
name: ListCompact
|
|
nameWithType: ConfigDisplayController.ListCompact
|
|
fullName: adas_core.Controllers.ConfigDisplayController.ListCompact
|
|
- uid: adas_core.Controllers.ConfigDisplayController.ListByType*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.ListByType
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_ListByType_adas_core_Domain_Enums_DisplayConfigEnums_DisplayType_
|
|
name: ListByType
|
|
nameWithType: ConfigDisplayController.ListByType
|
|
fullName: adas_core.Controllers.ConfigDisplayController.ListByType
|
|
- uid: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType
|
|
commentId: T:adas_core.Domain.Enums.DisplayConfigEnums.DisplayType
|
|
parent: adas_core.Domain.Enums
|
|
href: adas_core.Domain.Enums.DisplayConfigEnums.html
|
|
name: DisplayConfigEnums.DisplayType
|
|
nameWithType: DisplayConfigEnums.DisplayType
|
|
fullName: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Enums.DisplayConfigEnums
|
|
name: DisplayConfigEnums
|
|
href: adas_core.Domain.Enums.DisplayConfigEnums.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType
|
|
name: DisplayType
|
|
href: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType.html
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Enums.DisplayConfigEnums
|
|
name: DisplayConfigEnums
|
|
href: adas_core.Domain.Enums.DisplayConfigEnums.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType
|
|
name: DisplayType
|
|
href: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType.html
|
|
- uid: adas_core.Domain.Enums
|
|
commentId: N:adas_core.Domain.Enums
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Enums
|
|
nameWithType: adas_core.Domain.Enums
|
|
fullName: adas_core.Domain.Enums
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums
|
|
name: Enums
|
|
href: adas_core.Domain.Enums.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Enums
|
|
name: Enums
|
|
href: adas_core.Domain.Enums.html
|
|
- uid: adas_core.Controllers.ConfigDisplayController.ListById*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.ListById
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_ListById_System_String_
|
|
name: ListById
|
|
nameWithType: ConfigDisplayController.ListById
|
|
fullName: adas_core.Controllers.ConfigDisplayController.ListById
|
|
- uid: System.String
|
|
commentId: T:System.String
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
name: string
|
|
nameWithType: string
|
|
fullName: string
|
|
nameWithType.vb: String
|
|
fullName.vb: String
|
|
name.vb: String
|
|
- uid: Microsoft.AspNetCore.Mvc.IActionResult
|
|
commentId: T:Microsoft.AspNetCore.Mvc.IActionResult
|
|
parent: Microsoft.AspNetCore.Mvc
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.iactionresult
|
|
name: IActionResult
|
|
nameWithType: IActionResult
|
|
fullName: Microsoft.AspNetCore.Mvc.IActionResult
|
|
- uid: adas_core.Controllers.ConfigDisplayController.Insert*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.Insert
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_Insert_adas_core_Domain_Models_MongoModels_DisplayConfig_
|
|
name: Insert
|
|
nameWithType: ConfigDisplayController.Insert
|
|
fullName: adas_core.Controllers.ConfigDisplayController.Insert
|
|
- uid: adas_core.Domain.Models.MongoModels.DisplayConfig
|
|
commentId: T:adas_core.Domain.Models.MongoModels.DisplayConfig
|
|
parent: adas_core.Domain.Models.MongoModels
|
|
href: adas_core.Domain.Models.MongoModels.DisplayConfig.html
|
|
name: DisplayConfig
|
|
nameWithType: DisplayConfig
|
|
fullName: adas_core.Domain.Models.MongoModels.DisplayConfig
|
|
- uid: adas_core.Domain.Models.MongoModels
|
|
commentId: N:adas_core.Domain.Models.MongoModels
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Models.MongoModels
|
|
nameWithType: adas_core.Domain.Models.MongoModels
|
|
fullName: adas_core.Domain.Models.MongoModels
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models
|
|
name: Models
|
|
href: adas_core.Domain.Models.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.MongoModels
|
|
name: MongoModels
|
|
href: adas_core.Domain.Models.MongoModels.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models
|
|
name: Models
|
|
href: adas_core.Domain.Models.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.MongoModels
|
|
name: MongoModels
|
|
href: adas_core.Domain.Models.MongoModels.html
|
|
- uid: adas_core.Controllers.ConfigDisplayController.InsertMinimal*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.InsertMinimal
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_InsertMinimal_adas_core_Domain_Models_DTO_Display_CreateDisplayConfigDto_
|
|
name: InsertMinimal
|
|
nameWithType: ConfigDisplayController.InsertMinimal
|
|
fullName: adas_core.Controllers.ConfigDisplayController.InsertMinimal
|
|
- uid: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto
|
|
commentId: T:adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto
|
|
parent: adas_core.Domain.Models.DTO.Display
|
|
href: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto.html
|
|
name: CreateDisplayConfigDto
|
|
nameWithType: CreateDisplayConfigDto
|
|
fullName: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigDto
|
|
- uid: adas_core.Domain.Models.DTO.Display
|
|
commentId: N:adas_core.Domain.Models.DTO.Display
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Models.DTO.Display
|
|
nameWithType: adas_core.Domain.Models.DTO.Display
|
|
fullName: adas_core.Domain.Models.DTO.Display
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models
|
|
name: Models
|
|
href: adas_core.Domain.Models.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.DTO
|
|
name: DTO
|
|
href: adas_core.Domain.Models.DTO.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.DTO.Display
|
|
name: Display
|
|
href: adas_core.Domain.Models.DTO.Display.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models
|
|
name: Models
|
|
href: adas_core.Domain.Models.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.DTO
|
|
name: DTO
|
|
href: adas_core.Domain.Models.DTO.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Models.DTO.Display
|
|
name: Display
|
|
href: adas_core.Domain.Models.DTO.Display.html
|
|
- uid: adas_core.Domain.Enums.PermissionEnum.RolesType.AuthSome
|
|
commentId: F:adas_core.Domain.Enums.PermissionEnum.RolesType.AuthSome
|
|
name: AuthSome
|
|
nameWithType: PermissionEnum.RolesType.AuthSome
|
|
fullName: adas_core.Domain.Enums.PermissionEnum.RolesType.AuthSome
|
|
- uid: adas_core.Controllers.ConfigDisplayController.InsertNurse*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.InsertNurse
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_InsertNurse
|
|
name: InsertNurse
|
|
nameWithType: ConfigDisplayController.InsertNurse
|
|
fullName: adas_core.Controllers.ConfigDisplayController.InsertNurse
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateConfig*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.UpdateConfig
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_UpdateConfig_System_String_System_Object_
|
|
name: UpdateConfig
|
|
nameWithType: ConfigDisplayController.UpdateConfig
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateConfig
|
|
- uid: adas_core.Application.Exceptions.InvalidFormatException
|
|
commentId: T:adas_core.Application.Exceptions.InvalidFormatException
|
|
href: adas_core.Application.Exceptions.InvalidFormatException.html
|
|
name: InvalidFormatException
|
|
nameWithType: InvalidFormatException
|
|
fullName: adas_core.Application.Exceptions.InvalidFormatException
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateConfigColor*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.UpdateConfigColor
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_UpdateConfigColor_System_String_adas_core_Domain_Models_MongoModels_ColorConfig_
|
|
name: UpdateConfigColor
|
|
nameWithType: ConfigDisplayController.UpdateConfigColor
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateConfigColor
|
|
- uid: adas_core.Domain.Models.MongoModels.ColorConfig
|
|
commentId: T:adas_core.Domain.Models.MongoModels.ColorConfig
|
|
parent: adas_core.Domain.Models.MongoModels
|
|
href: adas_core.Domain.Models.MongoModels.ColorConfig.html
|
|
name: ColorConfig
|
|
nameWithType: ColorConfig
|
|
fullName: adas_core.Domain.Models.MongoModels.ColorConfig
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateHeaderConfig*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.UpdateHeaderConfig
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_UpdateHeaderConfig_System_String_adas_core_Domain_Models_MongoModels_HeaderConfig_
|
|
name: UpdateHeaderConfig
|
|
nameWithType: ConfigDisplayController.UpdateHeaderConfig
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateHeaderConfig
|
|
- uid: adas_core.Domain.Models.MongoModels.HeaderConfig
|
|
commentId: T:adas_core.Domain.Models.MongoModels.HeaderConfig
|
|
parent: adas_core.Domain.Models.MongoModels
|
|
href: adas_core.Domain.Models.MongoModels.HeaderConfig.html
|
|
name: HeaderConfig
|
|
nameWithType: HeaderConfig
|
|
fullName: adas_core.Domain.Models.MongoModels.HeaderConfig
|
|
- uid: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType.DisplayNurse
|
|
commentId: F:adas_core.Domain.Enums.DisplayConfigEnums.DisplayType.DisplayNurse
|
|
name: DisplayNurse
|
|
nameWithType: DisplayConfigEnums.DisplayType.DisplayNurse
|
|
fullName: adas_core.Domain.Enums.DisplayConfigEnums.DisplayType.DisplayNurse
|
|
- uid: adas_core.Application.Exceptions.NotFoundException
|
|
commentId: T:adas_core.Application.Exceptions.NotFoundException
|
|
href: adas_core.Application.Exceptions.NotFoundException.html
|
|
name: NotFoundException
|
|
nameWithType: NotFoundException
|
|
fullName: adas_core.Application.Exceptions.NotFoundException
|
|
- uid: adas_core.Application.Exceptions.BadRequestException
|
|
commentId: T:adas_core.Application.Exceptions.BadRequestException
|
|
href: adas_core.Application.Exceptions.BadRequestException.html
|
|
name: BadRequestException
|
|
nameWithType: BadRequestException
|
|
fullName: adas_core.Application.Exceptions.BadRequestException
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateSetHomeBanner*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.UpdateSetHomeBanner
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_UpdateSetHomeBanner_System_String_System_Collections_Generic_List_adas_core_Domain_Models_MongoModels_BannerItem__
|
|
name: UpdateSetHomeBanner
|
|
nameWithType: ConfigDisplayController.UpdateSetHomeBanner
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateSetHomeBanner
|
|
- uid: System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.BannerItem}
|
|
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.BannerItem}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.List`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: List<BannerItem>
|
|
nameWithType: List<BannerItem>
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.MongoModels.BannerItem>
|
|
nameWithType.vb: List(Of BannerItem)
|
|
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.BannerItem)
|
|
name.vb: List(Of BannerItem)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- uid: adas_core.Domain.Models.MongoModels.BannerItem
|
|
name: BannerItem
|
|
href: adas_core.Domain.Models.MongoModels.BannerItem.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Domain.Models.MongoModels.BannerItem
|
|
name: BannerItem
|
|
href: adas_core.Domain.Models.MongoModels.BannerItem.html
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1
|
|
commentId: T:System.Collections.Generic.List`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: List<T>
|
|
nameWithType: List<T>
|
|
fullName: System.Collections.Generic.List<T>
|
|
nameWithType.vb: List(Of T)
|
|
fullName.vb: System.Collections.Generic.List(Of T)
|
|
name.vb: List(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: System.Collections.Generic
|
|
commentId: N:System.Collections.Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System.Collections.Generic
|
|
nameWithType: System.Collections.Generic
|
|
fullName: System.Collections.Generic
|
|
spec.csharp:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Collections
|
|
name: Collections
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections
|
|
- name: .
|
|
- uid: System.Collections.Generic
|
|
name: Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
|
spec.vb:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Collections
|
|
name: Collections
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections
|
|
- name: .
|
|
- uid: System.Collections.Generic
|
|
name: Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateBaseConfig*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.UpdateBaseConfig
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_UpdateBaseConfig_adas_core_Domain_Models_MongoModels_DisplayConfig_
|
|
name: UpdateBaseConfig
|
|
nameWithType: ConfigDisplayController.UpdateBaseConfig
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateBaseConfig
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateCardConfig*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.UpdateCardConfig
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_UpdateCardConfig_adas_core_Domain_Models_MongoModels_CardConfig_
|
|
name: UpdateCardConfig
|
|
nameWithType: ConfigDisplayController.UpdateCardConfig
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateCardConfig
|
|
- uid: adas_core.Domain.Models.MongoModels.CardConfig
|
|
commentId: T:adas_core.Domain.Models.MongoModels.CardConfig
|
|
parent: adas_core.Domain.Models.MongoModels
|
|
href: adas_core.Domain.Models.MongoModels.CardConfig.html
|
|
name: CardConfig
|
|
nameWithType: CardConfig
|
|
fullName: adas_core.Domain.Models.MongoModels.CardConfig
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateDetailConfig*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.UpdateDetailConfig
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_UpdateDetailConfig_adas_core_Domain_Models_MongoModels_CardDetailsConfig_
|
|
name: UpdateDetailConfig
|
|
nameWithType: ConfigDisplayController.UpdateDetailConfig
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateDetailConfig
|
|
- uid: adas_core.Domain.Models.MongoModels.CardDetailsConfig
|
|
commentId: T:adas_core.Domain.Models.MongoModels.CardDetailsConfig
|
|
parent: adas_core.Domain.Models.MongoModels
|
|
href: adas_core.Domain.Models.MongoModels.CardDetailsConfig.html
|
|
name: CardDetailsConfig
|
|
nameWithType: CardDetailsConfig
|
|
fullName: adas_core.Domain.Models.MongoModels.CardDetailsConfig
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateChartConfig*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.UpdateChartConfig
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_UpdateChartConfig_adas_core_Domain_Models_MongoModels_ChartConfig_
|
|
name: UpdateChartConfig
|
|
nameWithType: ConfigDisplayController.UpdateChartConfig
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateChartConfig
|
|
- uid: adas_core.Domain.Models.MongoModels.ChartConfig
|
|
commentId: T:adas_core.Domain.Models.MongoModels.ChartConfig
|
|
parent: adas_core.Domain.Models.MongoModels
|
|
href: adas_core.Domain.Models.MongoModels.ChartConfig.html
|
|
name: ChartConfig
|
|
nameWithType: ChartConfig
|
|
fullName: adas_core.Domain.Models.MongoModels.ChartConfig
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateFieldList*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.UpdateFieldList
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_UpdateFieldList_System_String_System_Collections_Generic_List_adas_core_Domain_Models_GroupedObservations_Field__
|
|
name: UpdateFieldList
|
|
nameWithType: ConfigDisplayController.UpdateFieldList
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateFieldList
|
|
- uid: System.Collections.Generic.List{adas_core.Domain.Models.GroupedObservations.Field}
|
|
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.GroupedObservations.Field}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.List`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: List<Field>
|
|
nameWithType: List<Field>
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.GroupedObservations.Field>
|
|
nameWithType.vb: List(Of Field)
|
|
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.GroupedObservations.Field)
|
|
name.vb: List(Of Field)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- uid: adas_core.Domain.Models.GroupedObservations.Field
|
|
name: Field
|
|
href: adas_core.Domain.Models.GroupedObservations.Field.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: adas_core.Domain.Models.GroupedObservations.Field
|
|
name: Field
|
|
href: adas_core.Domain.Models.GroupedObservations.Field.html
|
|
- name: )
|
|
- uid: adas_core.Controllers.ConfigDisplayController.UpdateName*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.UpdateName
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_UpdateName_System_String_adas_core_Domain_Models_DTO_Display_UpdateDisplayConfigNameDto_
|
|
name: UpdateName
|
|
nameWithType: ConfigDisplayController.UpdateName
|
|
fullName: adas_core.Controllers.ConfigDisplayController.UpdateName
|
|
- uid: adas_core.Domain.Models.DTO.Display.UpdateDisplayConfigNameDto
|
|
commentId: T:adas_core.Domain.Models.DTO.Display.UpdateDisplayConfigNameDto
|
|
parent: adas_core.Domain.Models.DTO.Display
|
|
href: adas_core.Domain.Models.DTO.Display.UpdateDisplayConfigNameDto.html
|
|
name: UpdateDisplayConfigNameDto
|
|
nameWithType: UpdateDisplayConfigNameDto
|
|
fullName: adas_core.Domain.Models.DTO.Display.UpdateDisplayConfigNameDto
|
|
- uid: adas_core.Controllers.ConfigDisplayController.InsertCardConfig*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.InsertCardConfig
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_InsertCardConfig_adas_core_Domain_Models_DTO_Display_CreateDisplayConfigCardDto_
|
|
name: InsertCardConfig
|
|
nameWithType: ConfigDisplayController.InsertCardConfig
|
|
fullName: adas_core.Controllers.ConfigDisplayController.InsertCardConfig
|
|
- uid: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto
|
|
commentId: T:adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto
|
|
parent: adas_core.Domain.Models.DTO.Display
|
|
href: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto.html
|
|
name: CreateDisplayConfigCardDto
|
|
nameWithType: CreateDisplayConfigCardDto
|
|
fullName: adas_core.Domain.Models.DTO.Display.CreateDisplayConfigCardDto
|
|
- uid: adas_core.Controllers.ConfigDisplayController.InsertCardDetailConfig*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.InsertCardDetailConfig
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_InsertCardDetailConfig_adas_core_Domain_Models_DTO_Display_CreateDisplayConfigCardDto_
|
|
name: InsertCardDetailConfig
|
|
nameWithType: ConfigDisplayController.InsertCardDetailConfig
|
|
fullName: adas_core.Controllers.ConfigDisplayController.InsertCardDetailConfig
|
|
- uid: adas_core.Controllers.ConfigDisplayController.InsertChartConfig*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.InsertChartConfig
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_InsertChartConfig_adas_core_Domain_Models_DTO_Display_CreateDisplayConfigCardDto_
|
|
name: InsertChartConfig
|
|
nameWithType: ConfigDisplayController.InsertChartConfig
|
|
fullName: adas_core.Controllers.ConfigDisplayController.InsertChartConfig
|
|
- uid: adas_core.Controllers.ConfigDisplayController.GetAllCardConfig*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.GetAllCardConfig
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_GetAllCardConfig
|
|
name: GetAllCardConfig
|
|
nameWithType: ConfigDisplayController.GetAllCardConfig
|
|
fullName: adas_core.Controllers.ConfigDisplayController.GetAllCardConfig
|
|
- uid: adas_core.Application.Exceptions.ConflictException
|
|
commentId: T:adas_core.Application.Exceptions.ConflictException
|
|
href: adas_core.Application.Exceptions.ConflictException.html
|
|
name: ConflictException
|
|
nameWithType: ConflictException
|
|
fullName: adas_core.Application.Exceptions.ConflictException
|
|
- uid: adas_core.Controllers.ConfigDisplayController.DeleteDisplayConfig*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.DeleteDisplayConfig
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_DeleteDisplayConfig_System_String_
|
|
name: DeleteDisplayConfig
|
|
nameWithType: ConfigDisplayController.DeleteDisplayConfig
|
|
fullName: adas_core.Controllers.ConfigDisplayController.DeleteDisplayConfig
|
|
- uid: adas_core.Controllers.ConfigDisplayController.DeleteChartConfig*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.DeleteChartConfig
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_DeleteChartConfig_System_String_
|
|
name: DeleteChartConfig
|
|
nameWithType: ConfigDisplayController.DeleteChartConfig
|
|
fullName: adas_core.Controllers.ConfigDisplayController.DeleteChartConfig
|
|
- uid: adas_core.Controllers.ConfigDisplayController.GetChartConfig*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.GetChartConfig
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_GetChartConfig_System_String_
|
|
name: GetChartConfig
|
|
nameWithType: ConfigDisplayController.GetChartConfig
|
|
fullName: adas_core.Controllers.ConfigDisplayController.GetChartConfig
|
|
- uid: adas_core.Controllers.ConfigDisplayController.GetDisplayConfigLocations*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.GetDisplayConfigLocations
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_GetDisplayConfigLocations_System_String_
|
|
name: GetDisplayConfigLocations
|
|
nameWithType: ConfigDisplayController.GetDisplayConfigLocations
|
|
fullName: adas_core.Controllers.ConfigDisplayController.GetDisplayConfigLocations
|
|
- uid: adas_core.Controllers.ConfigDisplayController.StreamMediaById*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.StreamMediaById
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_StreamMediaById_System_String_System_String_
|
|
name: StreamMediaById
|
|
nameWithType: ConfigDisplayController.StreamMediaById
|
|
fullName: adas_core.Controllers.ConfigDisplayController.StreamMediaById
|
|
- uid: adas_core.Controllers.ConfigDisplayController.GetAllMediaFiles*
|
|
commentId: Overload:adas_core.Controllers.ConfigDisplayController.GetAllMediaFiles
|
|
href: adas_core.Controllers.ConfigDisplayController.html#adas_core_Controllers_ConfigDisplayController_GetAllMediaFiles_System_String_
|
|
name: GetAllMediaFiles
|
|
nameWithType: ConfigDisplayController.GetAllMediaFiles
|
|
fullName: adas_core.Controllers.ConfigDisplayController.GetAllMediaFiles
|