 | WikiLinkSection Property |
This is preliminary documentation and is subject to change.
Gets the section title of a section on the page. (Section)
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic string? Section { get; }
Public ReadOnly Property Section As String
Get
Dim instance As WikiLink
Dim value As String
value = instance.Section
public:
property String^ Section {
String^ get ();
}
member Section : string with get
Property Value
String
The section title of a section on the page, without leading #.
null if the link does not have section information.
See Also