Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) ActionExecutingContext.Argument示例
编程语言:
C# (CSharp)
类/类型:
ActionExecutingContext
方法/功能:
Argument
hotexamples.com的示例:
1
C# (CSharp) ActionExecutingContext.Argument - 已找到1个示例
。这些是从开源项目中提取的最受好评的
ActionExecutingContext.Argument
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
ContainsFilter(11)
ContainsAttribute(6)
GetRequiredService(6)
GetExecuteFunction(5)
IsEffectivePolicy(4)
IsRedirecting(4)
GetService(4)
ArgumentMustNotBeNull(3)
CheckArgumentNull(3)
HasMarkerAttribute(2)
GetControllerName(2)
HasAttribute(2)
GetValue(2)
GetServiceProvider(2)
ProcessInvalidModelState(2)
GetRemoteIpAddress(2)
ActionName(2)
GetMethodInfo(2)
ActionIsEqualsThan(2)
Redirect(2)
ExecutingExtend(2)
ControllerName(2)
BaseController(1)
GetTokenFromActionArguments(1)
GetTokenFromExecutingContext(1)
GetTokenFromForm(1)
GetTokenFromHeader(1)
GetTokenFromQuery(1)
ControllerIsEqualsThan(1)
GetVerbs(1)
GetWorkContext(1)
ContextModel(1)
GetApiDescription(1)
GetTimeoutSettingsForOperation(1)
IsActionDefined(1)
IsAjaxRequest(1)
IsCurrentExecutingMethodTokenRequired(1)
AssertWasNotCalled(1)
IsNotEqualsToAccountOrLogin(1)
IsPost(1)
Argument(1)
JsonSerialize(1)
ParseMethodDescriptor(1)
ParseRuntimeParameters(1)
ActionParamsValidator(1)
Id(1)
GetSession(1)
GetShortRouteProfile(1)
GetHandlerMethod(1)
GetAuthorizeEndpointInfo(1)
常用方法
ContainsFilter (11)
ContainsAttribute (6)
GetRequiredService (6)
GetExecuteFunction (5)
IsEffectivePolicy (4)
IsRedirecting (4)
GetService (4)
ArgumentMustNotBeNull (3)
CheckArgumentNull (3)
HasMarkerAttribute (2)
常用方法
GetControllerName (2)
HasAttribute (2)
GetValue (2)
GetServiceProvider (2)
ProcessInvalidModelState (2)
GetRemoteIpAddress (2)
ActionName (2)
GetMethodInfo (2)
ActionIsEqualsThan (2)
Redirect (2)
ExecutingExtend (2)
ControllerName (2)
BaseController (1)
GetTokenFromActionArguments (1)
GetTokenFromExecutingContext (1)
GetTokenFromForm (1)
GetTokenFromHeader (1)
GetTokenFromQuery (1)
ControllerIsEqualsThan (1)
GetVerbs (1)
常用方法
ExecutingExtend (2)
ControllerName (2)
BaseController (1)
GetTokenFromActionArguments (1)
GetTokenFromExecutingContext (1)
GetTokenFromForm (1)
GetTokenFromHeader (1)
GetTokenFromQuery (1)
ControllerIsEqualsThan (1)
GetVerbs (1)
GetWorkContext (1)
ContextModel (1)
GetApiDescription (1)
GetTimeoutSettingsForOperation (1)
IsActionDefined (1)
IsAjaxRequest (1)
IsCurrentExecutingMethodTokenRequired (1)
AssertWasNotCalled (1)
IsNotEqualsToAccountOrLogin (1)
IsPost (1)
Argument (1)
JsonSerialize (1)
ParseMethodDescriptor (1)
ParseRuntimeParameters (1)
ActionParamsValidator (1)
Id (1)
GetSession (1)
GetShortRouteProfile (1)
GetHandlerMethod (1)
GetAuthorizeEndpointInfo (1)
常用方法
GetWorkContext (1)
ContextModel (1)
GetApiDescription (1)
GetTimeoutSettingsForOperation (1)
IsActionDefined (1)
IsAjaxRequest (1)
IsCurrentExecutingMethodTokenRequired (1)
AssertWasNotCalled (1)
IsNotEqualsToAccountOrLogin (1)
IsPost (1)
Argument (1)
JsonSerialize (1)
ParseMethodDescriptor (1)
ParseRuntimeParameters (1)
ActionParamsValidator (1)
Id (1)
GetSession (1)
GetShortRouteProfile (1)
GetHandlerMethod (1)
GetAuthorizeEndpointInfo (1)
GetBadRequestResultErrorDtoForModelState (1)
GetBaseUrl (1)
GetCacheKey (1)
GetCacheManager (1)
GetClientIp (1)
GetAllCustomAttributes (1)
GetCookie (1)
GetCurrentExecutingMethodInfo (1)
GetActionAttributesByContext (1)
GetHttpContext (1)
GetAreaName (1)
GetLattiaModelArguments (1)
GenerateError (1)
FindEffectivePolicy (1)
GetMetricOwner (1)
GetParameterValues (1)
GetPluginSymbolicName (1)
CurrentParameterValue (1)
GetResponseToken (1)
GetSeoHelper (1)
示例#1
0
显示文件
文件:
ActionExecutingContextExtensions.cs
项目:
stefan1st/Microsoft.AspNetCore.OData
public static T Id <T>(this ActionExecutingContext context) { return(context.Argument <T>("key")); }
x