ComponentOne Studio Web API Edition
ImageExportModelBinderAttribute Class
Members 

An attribute to apply to action parameters for model binding for image export.
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Parameter, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class ImageExportModelBinderAttribute 
   Inherits System.Web.Http.ModelBinding.ModelBinderAttribute
[AttributeUsage(ValidOn=AttributeTargets.Parameter, 
   AllowMultiple=false, 
   Inherited=true)]
public class ImageExportModelBinderAttribute : System.Web.Http.ModelBinding.ModelBinderAttribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      System.Web.Http.ParameterBindingAttribute
         System.Web.Http.ModelBinding.ModelBinderAttribute
            C1.Web.Api.Image.ImageExportModelBinderAttribute

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageExportModelBinderAttribute Members
C1.Web.Api.Image Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.