Open sandboxFocus
  • Article

Method WithOnlyRendered

WithOnlyRendered(bool)

Returns a copy of the current LoggingPropertyVisitorOptions but with a specific value of the OnlyRendered property.

Declaration
public LoggingPropertyVisitorOptions WithOnlyRendered(bool value = true)
Parameters
Type Name Description
bool value

The new value of the OnlyRendered property.

Returns
Type Description
LoggingPropertyVisitorOptions
  • Navigation