Skip to main content
All docs
V26.1
  • SpeechToTextBuilder.ID(String) Method

    Sets the HTML id attribute for the control root element.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public SpeechToTextBuilder ID(
        string id
    )

    Parameters

    Name Type Description
    id String

    The HTML id attribute value.

    Returns

    Type Description
    SpeechToTextBuilder

    A reference to this instance after the method is called.

    See Also