channel_link_rel Property

This property indicates the relation of the linked content to the feed.

Syntax

def get_channel_link_rel() -> str: ...
def set_channel_link_rel(value: str) -> None: ...

channel_link_rel = property(get_channel_link_rel, set_channel_link_rel)

Default Value

""

Remarks

This property indicates the relation of the linked content to the feed. The following relations are defined by RFC 4287.

  • alternate
  • related
  • self
  • enclosure
  • via

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]