link_target_type proprietà

Indicando il tipo di attributo target nel collegamento <a>. Il valore predefinito è HtmlLinkTargetType.Parent.

Definizione:

@property
def link_target_type(self):
    ...
@link_target_type.setter
def link_target_type(self, value):
    ...

Guarda anche