cef_frame_t.get_name

Returns the name for this frame. If the frame has an assigned name (for example, set via the iframe "name" attribute) then that value will be returned. Otherwise a unique name will be constructed based on the frame parent hierarchy. The main (top-level) frame will always have an NULL name value.

struct cef_frame_t
extern (System)
cef_string_userfree_t function(cef_frame_t* self) nothrow get_name;

Meta