Show / Hide Table of Contents

Class RegularTestController

Inheritance
object
ControllerBase
Controller
AbpController
RegularTestController
Implements
IActionFilter
IAsyncActionFilter
IFilterMetadata
IDisposable
IAvoidDuplicateCrossCuttingConcerns
IRegularTestController
Inherited Members
AbpController.ValidateModel()
AbpController.CreateLocalizer()
AbpController.RedirectSafelyAsync(string, string)
AbpController.GetRedirectUrlAsync(string, string)
AbpController.NormalizeReturnUrlAsync(string)
AbpController.GetAppHomeUrlAsync()
AbpController.LazyServiceProvider
AbpController.ServiceProvider
AbpController.UnitOfWorkManager
AbpController.ObjectMapperContext
AbpController.ObjectMapper
AbpController.GuidGenerator
AbpController.LoggerFactory
AbpController.Logger
AbpController.CurrentUser
AbpController.CurrentTenant
AbpController.AuthorizationService
AbpController.CurrentUnitOfWork
AbpController.Clock
AbpController.ModelValidator
AbpController.FeatureChecker
AbpController.AppUrlProvider
AbpController.StringLocalizerFactory
AbpController.L
AbpController.LocalizationResource
AbpController.AppliedCrossCuttingConcerns
Controller.View()
Controller.View(string)
Controller.View(object)
Controller.View(string, object)
Controller.PartialView()
Controller.PartialView(string)
Controller.PartialView(object)
Controller.PartialView(string, object)
Controller.ViewComponent(string)
Controller.ViewComponent(Type)
Controller.ViewComponent(string, object)
Controller.ViewComponent(Type, object)
Controller.Json(object)
Controller.Json(object, object)
Controller.OnActionExecuting(ActionExecutingContext)
Controller.OnActionExecuted(ActionExecutedContext)
Controller.OnActionExecutionAsync(ActionExecutingContext, ActionExecutionDelegate)
Controller.Dispose()
Controller.Dispose(bool)
Controller.ViewData
Controller.TempData
Controller.ViewBag
ControllerBase.StatusCode(int)
ControllerBase.StatusCode(int, object)
ControllerBase.Content(string)
ControllerBase.Content(string, string)
ControllerBase.Content(string, string, Encoding)
ControllerBase.Content(string, MediaTypeHeaderValue)
ControllerBase.NoContent()
ControllerBase.Ok()
ControllerBase.Ok(object)
ControllerBase.Redirect(string)
ControllerBase.RedirectPermanent(string)
ControllerBase.RedirectPreserveMethod(string)
ControllerBase.RedirectPermanentPreserveMethod(string)
ControllerBase.LocalRedirect(string)
ControllerBase.LocalRedirectPermanent(string)
ControllerBase.LocalRedirectPreserveMethod(string)
ControllerBase.LocalRedirectPermanentPreserveMethod(string)
ControllerBase.RedirectToAction()
ControllerBase.RedirectToAction(string)
ControllerBase.RedirectToAction(string, object)
ControllerBase.RedirectToAction(string, string)
ControllerBase.RedirectToAction(string, string, object)
ControllerBase.RedirectToAction(string, string, string)
ControllerBase.RedirectToAction(string, string, object, string)
ControllerBase.RedirectToActionPreserveMethod(string, string, object, string)
ControllerBase.RedirectToActionPermanent(string)
ControllerBase.RedirectToActionPermanent(string, object)
ControllerBase.RedirectToActionPermanent(string, string)
ControllerBase.RedirectToActionPermanent(string, string, string)
ControllerBase.RedirectToActionPermanent(string, string, object)
ControllerBase.RedirectToActionPermanent(string, string, object, string)
ControllerBase.RedirectToActionPermanentPreserveMethod(string, string, object, string)
ControllerBase.RedirectToRoute(string)
ControllerBase.RedirectToRoute(object)
ControllerBase.RedirectToRoute(string, object)
ControllerBase.RedirectToRoute(string, string)
ControllerBase.RedirectToRoute(string, object, string)
ControllerBase.RedirectToRoutePreserveMethod(string, object, string)
ControllerBase.RedirectToRoutePermanent(string)
ControllerBase.RedirectToRoutePermanent(object)
ControllerBase.RedirectToRoutePermanent(string, object)
ControllerBase.RedirectToRoutePermanent(string, string)
ControllerBase.RedirectToRoutePermanent(string, object, string)
ControllerBase.RedirectToRoutePermanentPreserveMethod(string, object, string)
ControllerBase.RedirectToPage(string)
ControllerBase.RedirectToPage(string, object)
ControllerBase.RedirectToPage(string, string)
ControllerBase.RedirectToPage(string, string, object)
ControllerBase.RedirectToPage(string, string, string)
ControllerBase.RedirectToPage(string, string, object, string)
ControllerBase.RedirectToPagePermanent(string)
ControllerBase.RedirectToPagePermanent(string, object)
ControllerBase.RedirectToPagePermanent(string, string)
ControllerBase.RedirectToPagePermanent(string, string, string)
ControllerBase.RedirectToPagePermanent(string, string, object, string)
ControllerBase.RedirectToPagePreserveMethod(string, string, object, string)
ControllerBase.RedirectToPagePermanentPreserveMethod(string, string, object, string)
ControllerBase.File(byte[], string)
ControllerBase.File(byte[], string, bool)
ControllerBase.File(byte[], string, string)
ControllerBase.File(byte[], string, string, bool)
ControllerBase.File(byte[], string, DateTimeOffset?, EntityTagHeaderValue)
ControllerBase.File(byte[], string, DateTimeOffset?, EntityTagHeaderValue, bool)
ControllerBase.File(byte[], string, string, DateTimeOffset?, EntityTagHeaderValue)
ControllerBase.File(byte[], string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
ControllerBase.File(Stream, string)
ControllerBase.File(Stream, string, bool)
ControllerBase.File(Stream, string, string)
ControllerBase.File(Stream, string, string, bool)
ControllerBase.File(Stream, string, DateTimeOffset?, EntityTagHeaderValue)
ControllerBase.File(Stream, string, DateTimeOffset?, EntityTagHeaderValue, bool)
ControllerBase.File(Stream, string, string, DateTimeOffset?, EntityTagHeaderValue)
ControllerBase.File(Stream, string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
ControllerBase.File(string, string)
ControllerBase.File(string, string, bool)
ControllerBase.File(string, string, string)
ControllerBase.File(string, string, string, bool)
ControllerBase.File(string, string, DateTimeOffset?, EntityTagHeaderValue)
ControllerBase.File(string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
ControllerBase.File(string, string, string, DateTimeOffset?, EntityTagHeaderValue)
ControllerBase.File(string, string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
ControllerBase.PhysicalFile(string, string)
ControllerBase.PhysicalFile(string, string, bool)
ControllerBase.PhysicalFile(string, string, string)
ControllerBase.PhysicalFile(string, string, string, bool)
ControllerBase.PhysicalFile(string, string, DateTimeOffset?, EntityTagHeaderValue)
ControllerBase.PhysicalFile(string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
ControllerBase.PhysicalFile(string, string, string, DateTimeOffset?, EntityTagHeaderValue)
ControllerBase.PhysicalFile(string, string, string, DateTimeOffset?, EntityTagHeaderValue, bool)
ControllerBase.Unauthorized()
ControllerBase.Unauthorized(object)
ControllerBase.NotFound()
ControllerBase.NotFound(object)
ControllerBase.BadRequest()
ControllerBase.BadRequest(object)
ControllerBase.BadRequest(ModelStateDictionary)
ControllerBase.UnprocessableEntity()
ControllerBase.UnprocessableEntity(object)
ControllerBase.UnprocessableEntity(ModelStateDictionary)
ControllerBase.Conflict()
ControllerBase.Conflict(object)
ControllerBase.Conflict(ModelStateDictionary)
ControllerBase.Problem(string, string, int?, string, string)
ControllerBase.Problem(string, string, int?, string, string, IDictionary<string, object>)
ControllerBase.ValidationProblem(ValidationProblemDetails)
ControllerBase.ValidationProblem(ModelStateDictionary)
ControllerBase.ValidationProblem()
ControllerBase.ValidationProblem(string, string, int?, string, string, ModelStateDictionary)
ControllerBase.ValidationProblem(string, string, int?, string, string, ModelStateDictionary, IDictionary<string, object>)
ControllerBase.Created()
ControllerBase.Created(string, object)
ControllerBase.Created(Uri, object)
ControllerBase.CreatedAtAction(string, object)
ControllerBase.CreatedAtAction(string, object, object)
ControllerBase.CreatedAtAction(string, string, object, object)
ControllerBase.CreatedAtRoute(string, object)
ControllerBase.CreatedAtRoute(object, object)
ControllerBase.CreatedAtRoute(string, object, object)
ControllerBase.Accepted()
ControllerBase.Accepted(object)
ControllerBase.Accepted(Uri)
ControllerBase.Accepted(string)
ControllerBase.Accepted(string, object)
ControllerBase.Accepted(Uri, object)
ControllerBase.AcceptedAtAction(string)
ControllerBase.AcceptedAtAction(string, string)
ControllerBase.AcceptedAtAction(string, object)
ControllerBase.AcceptedAtAction(string, string, object)
ControllerBase.AcceptedAtAction(string, object, object)
ControllerBase.AcceptedAtAction(string, string, object, object)
ControllerBase.AcceptedAtRoute(object)
ControllerBase.AcceptedAtRoute(string)
ControllerBase.AcceptedAtRoute(string, object)
ControllerBase.AcceptedAtRoute(object, object)
ControllerBase.AcceptedAtRoute(string, object, object)
ControllerBase.Challenge()
ControllerBase.Challenge(params string[])
ControllerBase.Challenge(AuthenticationProperties)
ControllerBase.Challenge(AuthenticationProperties, params string[])
ControllerBase.Forbid()
ControllerBase.Forbid(params string[])
ControllerBase.Forbid(AuthenticationProperties)
ControllerBase.Forbid(AuthenticationProperties, params string[])
ControllerBase.SignIn(ClaimsPrincipal)
ControllerBase.SignIn(ClaimsPrincipal, string)
ControllerBase.SignIn(ClaimsPrincipal, AuthenticationProperties)
ControllerBase.SignIn(ClaimsPrincipal, AuthenticationProperties, string)
ControllerBase.SignOut()
ControllerBase.SignOut(AuthenticationProperties)
ControllerBase.SignOut(params string[])
ControllerBase.SignOut(AuthenticationProperties, params string[])
ControllerBase.TryUpdateModelAsync<TModel>(TModel)
ControllerBase.TryUpdateModelAsync<TModel>(TModel, string)
ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, IValueProvider)
ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, params Expression<Func<TModel, object>>[])
ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, Func<ModelMetadata, bool>)
ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, IValueProvider, params Expression<Func<TModel, object>>[])
ControllerBase.TryUpdateModelAsync<TModel>(TModel, string, IValueProvider, Func<ModelMetadata, bool>)
ControllerBase.TryUpdateModelAsync(object, Type, string)
ControllerBase.TryUpdateModelAsync(object, Type, string, IValueProvider, Func<ModelMetadata, bool>)
ControllerBase.TryValidateModel(object)
ControllerBase.TryValidateModel(object, string)
ControllerBase.HttpContext
ControllerBase.Request
ControllerBase.Response
ControllerBase.RouteData
ControllerBase.ModelState
ControllerBase.ControllerContext
ControllerBase.MetadataProvider
ControllerBase.ModelBinderFactory
ControllerBase.Url
ControllerBase.ObjectValidator
ControllerBase.ProblemDetailsFactory
ControllerBase.User
ControllerBase.Empty
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Http.DynamicProxying
Assembly: Volo.Abp.Http.Client.Tests.dll
Syntax
[Route("api/regular-test-controller")]
[RemoteService(true)]
public class RegularTestController : AbpController, IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable, IAvoidDuplicateCrossCuttingConcerns, IRegularTestController

Constructors

RegularTestController()

Declaration
public RegularTestController()

Methods

AbortRequestAsync(CancellationToken)

Declaration
[HttpGet]
[Route("abort-request")]
public Task<string> AbortRequestAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<string>

DeleteByIdAsync(int)

Declaration
[HttpDelete]
[Route("delete-by-id")]
public Task<int> DeleteByIdAsync(int id)
Parameters
Type Name Description
int id
Returns
Type Description
Task<int>

GetException1Async()

Declaration
[HttpGet]
[Route("get-exception1")]
public Task GetException1Async()
Returns
Type Description
Task

GetException2Async()

Declaration
[HttpGet]
[Route("get-exception2")]
public Task GetException2Async()
Returns
Type Description
Task

GetObjectAndIdWithQueryAsync(int, Car)

Declaration
[HttpGet]
[Route("post-object-and-id-with-url-and-query/{id}")]
public Task<Car> GetObjectAndIdWithQueryAsync(int id, Car bodyValue)
Parameters
Type Name Description
int id
Car bodyValue
Returns
Type Description
Task<Car>

GetObjectWithUrlAsync(Car)

Declaration
[HttpGet]
[Route("post-object-with-url/bodyValue")]
public Task<Car> GetObjectWithUrlAsync(Car bodyValue)
Parameters
Type Name Description
Car bodyValue
Returns
Type Description
Task<Car>

GetObjectandCountAsync(int, Car)

Declaration
[HttpGet]
[Route("post-object-and-count-with-url/{count}")]
public Task<Car> GetObjectandCountAsync(int count, Car bodyValue)
Parameters
Type Name Description
int count
Car bodyValue
Returns
Type Description
Task<Car>

GetObjectandFirstReleaseDateAsync(DateTime, Car)

Declaration
[HttpGet]
[Route("post-object-and-first-release-date-with-url/{time:datetime}")]
public Task<Car> GetObjectandFirstReleaseDateAsync(DateTime time, Car bodyValue)
Parameters
Type Name Description
DateTime time
Car bodyValue
Returns
Type Description
Task<Car>

GetObjectandIdAsync(int, Car)

Declaration
[HttpGet]
[Route("post-object-and-id-with-url/{id}")]
public Task<Car> GetObjectandIdAsync(int id, Car bodyValue)
Parameters
Type Name Description
int id
Car bodyValue
Returns
Type Description
Task<Car>

GetWithDateTimeParameterAsync(DateTime)

Declaration
[HttpGet]
[Route("get-with-datetime-parameter")]
public Task<DateTime> GetWithDateTimeParameterAsync(DateTime dateTime1)
Parameters
Type Name Description
DateTime dateTime1
Returns
Type Description
Task<DateTime>

IncrementValueAsync(int)

Declaration
[HttpGet]
[Route("increment")]
public Task<int> IncrementValueAsync(int value)
Parameters
Type Name Description
int value
Returns
Type Description
Task<int>

PatchValueWithBodyAsync(string)

Declaration
[HttpPatch]
[Route("patch-with-body")]
public Task<string> PatchValueWithBodyAsync(string bodyValue)
Parameters
Type Name Description
string bodyValue
Returns
Type Description
Task<string>

PatchValueWithHeaderAndQueryStringAsync(string, string)

Declaration
[HttpPatch]
[Route("patch-with-header-and-qs")]
public Task<string> PatchValueWithHeaderAndQueryStringAsync(string headerValue, string qsValue)
Parameters
Type Name Description
string headerValue
string qsValue
Returns
Type Description
Task<string>

PostObjectWithBodyAsync(Car)

Declaration
[HttpPost]
[Route("post-object-with-body")]
public Task<Car> PostObjectWithBodyAsync(Car bodyValue)
Parameters
Type Name Description
Car bodyValue
Returns
Type Description
Task<Car>

PostObjectWithQueryAsync(Car)

Declaration
[HttpPost]
[Route("post-object-with-query")]
public Task<Car> PostObjectWithQueryAsync(Car bodyValue)
Parameters
Type Name Description
Car bodyValue
Returns
Type Description
Task<Car>

PostValueWithBodyAsync(string)

Declaration
[HttpPost]
[Route("post-with-body")]
public Task<string> PostValueWithBodyAsync(string bodyValue)
Parameters
Type Name Description
string bodyValue
Returns
Type Description
Task<string>

PostValueWithHeaderAndQueryStringAsync(string, string)

Declaration
[HttpPost]
[Route("post-with-header-and-qs")]
public Task<string> PostValueWithHeaderAndQueryStringAsync(string headerValue, string qsValue)
Parameters
Type Name Description
string headerValue
string qsValue
Returns
Type Description
Task<string>

PutValueWithBodyAsync(string)

Declaration
[HttpPut]
[Route("put-with-body")]
public Task<string> PutValueWithBodyAsync(string bodyValue)
Parameters
Type Name Description
string bodyValue
Returns
Type Description
Task<string>

PutValueWithHeaderAndQueryStringAsync(string, string)

Declaration
[HttpPut]
[Route("put-with-header-and-qs")]
public Task<string> PutValueWithHeaderAndQueryStringAsync(string headerValue, string qsValue)
Parameters
Type Name Description
string headerValue
string qsValue
Returns
Type Description
Task<string>

TimeOutRequestAsync()

Declaration
[HttpGet]
[Route("timeout-request")]
public Task<string> TimeOutRequestAsync()
Returns
Type Description
Task<string>

Implements

IActionFilter
IAsyncActionFilter
IFilterMetadata
IDisposable
IAvoidDuplicateCrossCuttingConcerns
IRegularTestController

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform