ConsumesConstraintForFormFileParameterConvention Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ein IActionModelConvention , der Controllern mit Formulardateiparametern (FormFile) ein mit multipart/form-data
hinzufügtConsumesAttribute.
public ref class ConsumesConstraintForFormFileParameterConvention : Microsoft::AspNetCore::Mvc::ApplicationModels::IActionModelConvention
public class ConsumesConstraintForFormFileParameterConvention : Microsoft.AspNetCore.Mvc.ApplicationModels.IActionModelConvention
type ConsumesConstraintForFormFileParameterConvention = class
interface IActionModelConvention
Public Class ConsumesConstraintForFormFileParameterConvention
Implements IActionModelConvention
- Vererbung
-
ConsumesConstraintForFormFileParameterConvention
- Implementiert
Konstruktoren
ConsumesConstraintForFormFileParameterConvention() |
Ein IActionModelConvention , der Controllern mit Formulardateiparametern (FormFile) ein mit |
Methoden
Apply(ActionModel) |
Wird aufgerufen, um die Konvention auf anzuwenden ActionModel. |
ShouldApply(ActionModel) |
Bestimmt, ob dieser instance von IActionModelConvention für einen angegebenen |