This topic has not yet been rated - Rate this topic

Methods property

Sets or gets the list of HTTP methods supported by the object.

Syntax

HRESULT value = object.put_Methods( v);HRESULT value = object.get_Methods(* p);

Property values

Type: BSTR

the comma-separated list of HTTP methods supported by the object for public use.

Remarks

When the HTTP protocol is used, these methods are given more accurately by the protocol. However, for reasons similar to those for the IHTMLElement::title property, it can be useful to include the information in advance in the link. The HTML user agent can choose a different rendering as a function of the methods that are allowed. For example, if an object has a method that supports searching, an icon denoting this can be rendered.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.