C# Class MvcTemplate.Components.Mvc.NotTrimmedAttribute

Inheritance: Microsoft.AspNetCore.Mvc.ModelBinderAttribute, IModelBinder
Exibir arquivo Open project: NonFactors/MVC6.Template Class Usage Examples

Public Methods

Method Description
BindModelAsync ( Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext context ) : System.Threading.Tasks.Task
NotTrimmedAttribute ( ) : Microsoft.AspNetCore.Mvc

Method Details

BindModelAsync() public method

public BindModelAsync ( Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext context ) : System.Threading.Tasks.Task
context Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext
return System.Threading.Tasks.Task

NotTrimmedAttribute() public method

public NotTrimmedAttribute ( ) : Microsoft.AspNetCore.Mvc
return Microsoft.AspNetCore.Mvc