HelpPageSampleGenerator.GetActionSample Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Recherchez des exemples fournis directement via ActionSamples.
public virtual object GetActionSample (string controllerName, string actionName, System.Collections.Generic.IEnumerable<string> parameterNames, Type type, System.Net.Http.Formatting.MediaTypeFormatter formatter, System.Net.Http.Headers.MediaTypeHeaderValue mediaType, Microsoft.WindowsAzure.Mobile.Service.Description.Samples.SampleDirection sampleDirection);
abstract member GetActionSample : string * string * seq<string> * Type * System.Net.Http.Formatting.MediaTypeFormatter * System.Net.Http.Headers.MediaTypeHeaderValue * Microsoft.WindowsAzure.Mobile.Service.Description.Samples.SampleDirection -> obj
override this.GetActionSample : string * string * seq<string> * Type * System.Net.Http.Formatting.MediaTypeFormatter * System.Net.Http.Headers.MediaTypeHeaderValue * Microsoft.WindowsAzure.Mobile.Service.Description.Samples.SampleDirection -> obj
Public Overridable Function GetActionSample (controllerName As String, actionName As String, parameterNames As IEnumerable(Of String), type As Type, formatter As MediaTypeFormatter, mediaType As MediaTypeHeaderValue, sampleDirection As SampleDirection) As Object
Paramètres
- controllerName
- String
Nom du contrôleur.
- actionName
- String
Nom de l'action.
- parameterNames
- IEnumerable<String>
Noms des paramètres.
- type
- Type
Type CLR.
- formatter
- System.Net.Http.Formatting.MediaTypeFormatter
Formateur.
- mediaType
- MediaTypeHeaderValue
Type de support.
- sampleDirection
- SampleDirection
Valeur indiquant si l’exemple est destiné à une demande ou à une réponse.
Retours
Exemple qui correspond aux paramètres.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET