Subtext.Framework.UI.Skinning.ScriptElementCollectionRenderer.RenderScriptAttribute C# (CSharp) Method

RenderScriptAttribute() private static method

private static RenderScriptAttribute ( string attributeName, string attributeValue ) : string
attributeName string
attributeValue string
return string
        private static string RenderScriptAttribute(string attributeName, string attributeValue)
        {
            return attributeValue != null ? " " + attributeName + "=\"" + attributeValue + "\"" : String.Empty;
        }