ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









ValueCollectionParameterReader

System.Web.Services.Protocols (system.web.services.dll)abstract class

This class supports the .NET Framework infrastructure. You do not
need to use it directly in your code.

public abstract class 

ValueCollectionParameterReader : MimeParameterReader {
// Protected Constructors
protected

ValueCollectionParameterReader ( );
// Public Static Methods
public static bool

IsSupported (LogicalMethodInfo

methodInfo );
public static bool

IsSupported (System.Reflection.ParameterInfo

paramInfo );
// Public Instance Methods
public override object

GetInitializer (LogicalMethodInfo

methodInfo ); // overrides MimeFormatter
public override void

Initialize (object

o ); // overrides MimeFormatter
// Protected Instance Methods
protected object[ ]

Read (System.Collections.Specialized.NameValueCollection

collection );
}



Hierarchy


System.Object
MimeFormatter
MimeParameterReader
ValueCollectionParameterReader

Subclasses


HtmlFormParameterReader,
UrlParameterReader


    / 873