code_base property
code_base property
Base URI [IETF RFC 2396] for classid, data, and
archive attributes. See the codebase attribute definition
in HTML 4.01.
Definition:
@property
def code_base(self):
    ...
@code_base.setter
def code_base(self, value):
    ...
See Also
- module aspose.html
- class HTMLObjectElement