C# Class NUnitGoCore.CustomElements.HtmlCustomElements.ReportMenuItem

Inheritance: HtmlBaseElement
显示文件 Open project: elv1s42/NUnitGo

Public Properties

Property Type Description
Href string
Octicon string

Public Methods

Method Description
ReportMenuItem ( string title, string href, string octicon = "" )

Method Details

ReportMenuItem() public method

public ReportMenuItem ( string title, string href, string octicon = "" )
title string
href string
octicon string

Property Details

Href public_oe property

public string Href
return string

Octicon public_oe property

public string Octicon
return string