<PackageReference Include="Namotion.Reflection" Version="3.5.1" />

Namotion.Reflection.XmlDocsOptions

public class XmlDocsOptions
Contains all options to control generation of XML-docs.
public static XmlDocsOptions Default { get; }

The default options.

public Func<string, string> CrefToUrl { get; set; }

Optional function to convert a cref value to a URL.

Specifies how formatting tags should be processed.

public Func<string, string> HrefToUrl { get; set; }

Optional function to convert a href value to a URL.

public Func<string, string> LangwordToUrl { get; set; }

Optional function to convert a langword value to a URL.

public bool ResolveExternalXmlDocs { get; set; }

Specifies whether tho resolve the XML Docs from the NuGet cache or .NET SDK directory.

public XmlDocsOptions()