Table of Contents
Engine.FromName Method (String)

Gets the browser engine by engine name.

Syntax
 public static Engine FromName(
   string name
);

Parameters

name
The name of the engine.

Return Value

Returns the matching Engine object if a match is found, otherwise null.

See Also