Vertaling van "setMethod" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
If setMethod() was never called, the default request method is GET (see the above example).
Wenn setMethod() vorher nicht aufgerufen worden ist, wird als Standardmethode GET verwendet (siehe obiges Beispiel).
If you wish to specify the form action and method (always good ideas), you can do so with the setAction() and setMethod() accessors
Wenn man bei einem Formular Aktion und Methode spezifizieren will (immer eine gute Idee), kann das mit den setAction() und setMethod() Methoden gemacht werden
If no method is specified, the method set by the last setMethod() call is used.
Wenn keine Methode angegeben worden ist, wird die durch den letzten Aufruf von setMethod() gesetzte Methode verwendet.
Andere resultaten
The list returned by GetMethods is ordered by the class/interface hierarchy.
In this case, the list returned by GetMethods is made up of all the overloaded versions of the same method.
Use GetMethod to obtain an RTTI object for a method that is a member of the reflected type.
GetMethod(String) Searches for the public method with the specified name.
The second version of GetMethods accepts an AName parameter that specifies the name of an overloaded method.
Der Name-Parameter legt den Namen der Eigenschaft fest, die gesucht werden soll.
The second version of GetMethods accepts an AName parameter that specifies the name of an overloaded method.
We use the GetMethod(), along with the name of the method we want, to get the TestMethod() function, and then we once again use the magic of the Invoke() method to call this function.
Mittels GetMethod() und dem Namen der Methode erhalten wir Zugriff auf die TestMethod()-Funktion und können nun wieder mittels Invoke() diese aufrufen.