MsdnClassLink

Returns an HREF link to an MSDN .NET documentation topic.

Links should be embedded in the following format:

<<%= MsdnClassLink("T:System.IO.Path") %>> 
<<%= MsdnClassLink("P:System.IO.Path.PathSeparator") %>> 
<<%= MsdnClassLink("M:System.IO.Path.GetFullPath") %>>

Where the following prefixes map XML documentations member/type prefixes:

  • T - Type (Class, Struct, Enum, Delegate, Interface etc.)
  • M - Method
  • F - Field
  • E - Event

Realistically only T or anything else matters. For methods you can optionally add () with parameters, but these are stripped out from the signature.
o.Global.InsertMsdnClassLink(lcNameSpace,lcType)

Parameters

lcNameSpace
Fully qualified member path including namespace:

Examples:
T:System.Windows.Forms.MessageBox
M:System.Windows.Forms.MessageBox.Show
P:System.Windows.Forms.Form.Caption


See also:

Class Global

© West Wind Techologies, 1996-2023 • Updated: 08/11/15
Comment or report problem with topic