ApiDescriptionExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for System.Web.Http.Description.ApiDescription facilitating getting a URI-friendly ID for a given action used by the help page.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static class ApiDescriptionExtensions
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type ApiDescriptionExtensions = class
Public Module ApiDescriptionExtensions
- Inheritance
-
System.ObjectApiDescriptionExtensions
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute
Methods
| GetFriendlyId(ApiDescription) |
Generates a URI-friendly ID for the System.Web.Http.Description.ApiDescription. E.g. "Get-Values-id_name" instead of "GetValues/{id}?name={name}" |