Method is an esports organisation dedicated to creating world-class entertainment that celebrates the MMO and RPG communities.
- Your request is being processed.
- Definition and Usage The map method creates a new array with the results of calling a function for every array element. The map method calls the provided function once for each element in an array, in order. Note: map does not execute the function for array elements without values.
Definition
Overloads
Map(IApplicationBuilder, PathString, Action<IApplicationBuilder>) | Branches the request pipeline based on matches of the given request path. If the request path starts withthe given path, the branch is executed. |
Map(IApplicationBuilder, PathString, Boolean, Action<IApplicationBuilder>) | Branches the request pipeline based on matches of the given request path. If the request path starts withthe given path, the branch is executed. |
Map(IApplicationBuilder, PathString, Action<IApplicationBuilder>)
Branches the request pipeline based on matches of the given request path. If the request path starts withthe given path, the branch is executed.
Parameters
- app
- IApplicationBuilder
The IApplicationBuilder instance.
- configuration
- Action<IApplicationBuilder>
The branch to take for positive path matches.
Returns
- IApplicationBuilder
Method Machinery
The IApplicationBuilder instance.
Map(IApplicationBuilder, PathString, Boolean, Action<IApplicationBuilder>)
Branches the request pipeline based on matches of the given request path. If the request path starts withthe given path, the branch is executed.
Parameters
- app
- IApplicationBuilder
The IApplicationBuilder instance.
- preserveMatchedPathSegment
- Boolean
if false, matched path would be removed from Request.Path and added to Request.PathBase.
- configuration
- Action<IApplicationBuilder>
The branch to take for positive path matches.
Returns
- IApplicationBuilder
Scientific Method Map
The IApplicationBuilder instance.