| WikiPageExtensionsCreateLinksGenerator Method |
This is preliminary documentation and is subject to change.
Creates a
LinksGenerator instance from the specified page,
which generates pages from all links on the page.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public static LinksGenerator CreateLinksGenerator(
this WikiPage page
)
<ExtensionAttribute>
Public Shared Function CreateLinksGenerator (
page As WikiPage
) As LinksGenerator
Dim page As WikiPage
Dim returnValue As LinksGenerator
returnValue = page.CreateLinksGenerator()
public:
[ExtensionAttribute]
static LinksGenerator^ CreateLinksGenerator(
WikiPage^ page
)
[<ExtensionAttribute>]
static member CreateLinksGenerator :
page : WikiPage -> LinksGenerator
Parameters
- page WikiPage
- The page.
Return Value
LinksGeneratorUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
WikiPage. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also